Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiast authored and Geal committed Oct 6, 2018
1 parent b5a87ad commit 5b04071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To get started using nom, you can include it in your Rust projects from
* [Gitter chat room](https://gitter.im/Geal/nom). You can also go to the #nom IRC
channel on irc.mozilla.org, or ping 'geal' on Mozilla, Freenode, Geeknode or oftc IRC
* [Tutorial about parsing ISO8601 dates](https://github.com/badboy/iso8601/blob/338b3d1a9ca220372292f631a3bc2e5176cca331/docs/parsing-iso8601-dates-using-nom.md)
* [Making a new parser from scratch](making_a_new_parser_from_scratch.html)
* [Making a new parser from scratch](making_a_new_parser_from_scratch.md)
(general tips on writing a parser and code architecture)
* [How to handle parser errors](error_management.html)
* [How nom's macro combinators work](how_nom_macros_work.html)
* [How to handle parser errors](error_management.md)
* [How nom's macro combinators work](how_nom_macros_work.md)

0 comments on commit 5b04071

Please sign in to comment.