Skip to content

Commit

Permalink
Fix broken prost-build link.
Browse files Browse the repository at this point in the history
This appears to reference a section in the markdown that no longer exists.
Reference the docs.rs page instead.
  • Loading branch information
rcorre committed Feb 17, 2024
1 parent 3cb37f2 commit 5d6d71b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ The recommended way to add `.proto` compilation to a Cargo project is to use the
`prost-build` library. See the [`prost-build` documentation](prost-build) for
more details and examples.

See the [snazzy repository](https://github.com/danburkert/snazzy) for a simple
start-to-finish example.
See the [snazzy repository](snazzy) for a simple start-to-finish example.

[prost-build]: https://docs.rs/prost-build/latest/prost_build/
[snazzy]: https://github.com/danburkert/snazzy

### MSRV

Expand Down

0 comments on commit 5d6d71b

Please sign in to comment.