mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2024-11-27 17:51:02 +00:00
Fix broken links
This commit is contained in:
parent
b5a87adf23
commit
5b0407139c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user