Skip to content

Commit

Permalink
Point iso8601 article to updated docu in repository
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy authored and Geal committed Jul 15, 2018
1 parent febb6d7 commit 2a09d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To get started using nom, you can include it in your Rust projects from
* [Reference documentation](http://rust.unhandledexpression.com/nom/)
* [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://fnordig.de/2015/07/16/omnomnom-parsing-iso8601-dates-using-nom/)
* [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)
(general tips on writing a parser and code architecture)
* [How to handle parser errors](error_management.html)
Expand Down

0 comments on commit 2a09d8f

Please sign in to comment.