Fix link to hashmap.rs and json.rs in sample code FAQ
This commit is contained in:
parent
b2a8fae84c
commit
107da87996
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ Some examples that demonstrate different aspects of the language:
|
|||
|
||||
[sprocketnes]: https://github.com/pcwalton/sprocketnes
|
||||
[hash]: https://github.com/mozilla/rust/blob/master/src/libstd/hash.rs
|
||||
[HashMap]: https://github.com/mozilla/rust/blob/master/src/libstd/hashmap.rs
|
||||
[json]: https://github.com/mozilla/rust/blob/master/src/libextra/json.rs
|
||||
[HashMap]: https://github.com/mozilla/rust/blob/master/src/libcollections/hashmap.rs
|
||||
[json]: https://github.com/mozilla/rust/blob/master/src/libserialize/json.rs
|
||||
|
||||
You may also be interested in browsing [GitHub's Rust][github-rust] page.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue