From 5d6d71bb4971a82618f33835a5b69f54aa4564f9 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Thu, 28 Dec 2023 16:19:39 -0500 Subject: [PATCH] Fix broken prost-build link. This appears to reference a section in the markdown that no longer exists. Reference the docs.rs page instead. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 319fd3950..a280d95da 100644 --- a/README.md +++ b/README.md @@ -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