-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation link in crates.io is broken #97
Comments
I suppose I could change it to point to https://docs.rs/parser-combinators/0.7.0/parser_combinators/ but there is practically no reason to be using such an old version of the library. I really recommend using at least combine-1.0.0 at least. https://crates.io/crates/combine |
Oops, actually the documentation link on https://crates.io/crates/combine is actually wrong as well, it should point to https://docs.rs/combine/2.3.1/combine/ |
Argh, I didn't notice |
Can't really remove it since there might be people that still need (there are a download of it every now and then). Could maybe add DEPRECEATED in the description so it is more eye catching. |
Sounds like a good idea. If possible, for new users, some explicit text pointing them to use |
@Marwes Thanks. |
https://crates.io/crates/parser-combinators links to https://marwes.github.io/parser-combinators/parser_combinators/index.html which doesn't exist.
The text was updated successfully, but these errors were encountered: