Marwes / combine

A parser combinator library for Rust
https://docs.rs/combine/*/combine/
MIT License
1.29k stars 92 forks source link

Fix and add some document links #308

Closed gemmaro closed 3 years ago

gemmaro commented 3 years ago

This pull request mainly involves modifying links in some document comments.

In addition, there are some corrections that I noticed while modifying the links. The list them is below. If you have any suggestions, please let me know.

Also: #262 (I haven't used tools like Travis CI or GitHub Actions yet. It would be nice to have validation like cargo-deadlinks done automatically in the future, but this change does not include the introduction of such tools.)

gemmaro commented 3 years ago
$ echo 'nightly' > rust-toolchain
$ cargo test

passes locally but Rust: nightly fails on Travis CI now (https://travis-ci.org/github/Marwes/combine/jobs/747298381)

Marwes commented 3 years ago

Thanks!