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 Dec 28, 2023
1 parent 907e9f6 commit 3e95d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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](https://docs.rs/prost-build/latest/prost_build/) for
more details and examples.

See the [snazzy repository](https://github.com/danburkert/snazzy) for a simple
Expand Down

0 comments on commit 3e95d08

Please sign in to comment.