From b30b1a1e2589dc609ed9dd20cfadefd4e82018b2 Mon Sep 17 00:00:00 2001 From: Nicholas Connor Date: Thu, 2 Sep 2021 15:23:18 -0400 Subject: [PATCH] Fix README.md links (#756) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec4b568..94224e7 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,9 @@ terms or conditions. [`tonic`]: https://github.com/hyperium/tonic [`tokio`]: https://github.com/tokio-rs/tokio [`hyper`]: https://github.com/hyperium/hyper -[`prost`]: https://github.com/danburkert/prost +[`prost`]: https://github.com/tokio-rs/prost [`protobuf`]: https://developers.google.com/protocol-buffers -[`rustls`]: https://github.com/ctz/rustls +[`rustls`]: https://github.com/rustls/rustls [`examples`]: https://github.com/hyperium/tonic/tree/master/examples [`interop`]: https://github.com/hyperium/tonic/tree/master/interop [Examples]: https://github.com/hyperium/tonic/tree/master/examples