diff options
| author | mo8it <mo8it@proton.me> | 2025-04-03 18:22:55 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-04-03 18:22:55 +0200 |
| commit | 63d8986f2a6bc97496065d3bac495a77016fd42f (patch) | |
| tree | 3848f33bd38775049266c00a01db9ee1e98ba9c3 /exercises/08_enums | |
| parent | ecaecc2f76b67d6300dfc789bb4c812d93e1973b (diff) | |
Update links
Diffstat (limited to 'exercises/08_enums')
| -rw-r--r-- | exercises/08_enums/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/08_enums/README.md b/exercises/08_enums/README.md index 2ca95e6..b05cb42 100644 --- a/exercises/08_enums/README.md +++ b/exercises/08_enums/README.md @@ -7,4 +7,4 @@ Useful in combination with enums is Rust's "pattern matching" facility, which ma ## Further information - [Enums](https://doc.rust-lang.org/book/ch06-00-enums.html) -- [Pattern syntax](https://doc.rust-lang.org/book/ch18-03-pattern-syntax.html) +- [Pattern syntax](https://doc.rust-lang.org/book/ch19-03-pattern-syntax.html) |
