Fix broken links

This commit is contained in:
Do Duy 2018-07-09 15:10:28 +07:00 committed by Geoffroy Couprie
parent b5a87adf23
commit 5b0407139c

View File

@ -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)