diff --git a/README.md b/README.md index 4d30c02..853f4ab 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A practical guide to the Rust crate ecosystem. ## Recipes ### [Byteorder](src/pages/byteorder.md) [![byteorder][byteorder-badge]][byteorder] -### [File IO](src/pages/fileio.md) [![file][file-badge]][file] +### [File IO](src/pages/file_io.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](src/pages/toml.md) [![toml][toml-badge]][toml] @@ -36,4 +36,4 @@ MIT/Apache-2.0 [error-docs]: https://doc.rust-lang.org/book/error-handling.html [error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain [rayon-badge]: https://img.shields.io/crates/v/rayon.svg?label=rayon -[rayon]: https://doc.rust-lang.org/rayon/rayon/index.html \ No newline at end of file +[rayon]: https://doc.rust-lang.org/rayon/rayon/index.html