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 19, 2024
1 parent 3cb37f2 commit e432fae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ prost-types = "0.12"
```

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
`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 e432fae

Please sign in to comment.