From 738335f9551d00a3520585db6ce6121ebe297f2a Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Mon, 13 Sep 2021 11:11:08 -0700 Subject: [PATCH] docs: fix protobuf link in readme (#142) The protobufs were moved in PR #141, but I forgot to update the link in the README file. My bad! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4129fea..fd1e823d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ toolkit consists of multiple components: [gRPC]: https://grpc.io/ [protocol buffers]: https://developers.google.com/protocol-buffers -[the protobuf definitions]: ./proto +[the protobuf definitions]: https://github.com/tokio-rs/console/tree/main/console-api/proto [`tonic`]: https://lib.rs/crates/tonic [Tokio]: https://tokio.rs