tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.78k stars 489 forks source link

prost-build doc link broken on docs.rs #960

Closed paxsonsa closed 6 months ago

paxsonsa commented 8 months ago

On the main page for Prost, the link to prost-build is linking to the readme path in the repo. This works on Crates and GitHub but breaks on doc.rs

Happy to submit a fix but wondering if we prefer for it to link to doc.rs or continue to link to GitHub?

paxsonsa commented 8 months ago

This link: https://github.com/tokio-rs/prost/blob/master/README.md?plain=1#L39

caspermeijn commented 6 months ago

Fixed in https://github.com/tokio-rs/prost/pull/967