tokio-rs / prost

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

nit: update broken prost-build documentation link #961

Closed paxsonsa closed 6 months ago

paxsonsa commented 8 months ago

Reference Issue: #960

This is a PR to update the Prost-build link at that top of the read me to go to the doc.rs page. On the docs.rs for prost, the the link in question is broken as its using markdown link relative to the repo. This works on GitHub and cargo.io but breaks on doc.rs which is where we probably want it to be the most reliable.

Thanks.

caspermeijn commented 6 months ago

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