Skip to content

Commit

Permalink
update the prost-build documentation link to point to the doc.rs docu…
Browse files Browse the repository at this point in the history
…mentation; This is to fix the broken link on doc.rs referenced in: #960
  • Loading branch information
paxsonsa committed Dec 15, 2023
1 parent 907e9f6 commit 2034426
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 2034426

Please sign in to comment.