Fix README links to toml and rand

This commit is contained in:
Brad Anderson 2017-02-25 15:17:57 -06:00
parent e36d826777
commit 38d65f293c

View file

@ -7,8 +7,8 @@ A practical guide to the Rust crate ecosystem.
### [File IO](src/pages/fileio.md) [![file][file-badge]][file]
### [Command Line Parsing](src/pages/cliparsing.md) [![clap][clap-badge]][clap]
### [JSON](src/pages/json.md) [![json][json-badge]][json]
### [TOML](pages/toml.md) [![toml][toml-badge]][toml]
### [rand](pages/rand.md) [![rand][rand-badge]][rand]
### [TOML](src/pages/toml.md) [![toml][toml-badge]][toml]
### [rand](src/pages/rand.md) [![rand][rand-badge]][rand]
## Contributing
If you'd like to make changes to the project, please see [this guide](CONTRIBUTING.md).