From 19a177dee6fa7bbadcbe4d37d4b97f26862814d1 Mon Sep 17 00:00:00 2001 From: Gaurav Dhiman Date: Thu, 12 Sep 2024 06:10:36 +0200 Subject: [PATCH] docs: fix tonic crates.io url (#2904) --- docs/src/implemented-proposals/rpc-transaction-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/implemented-proposals/rpc-transaction-history.md b/docs/src/implemented-proposals/rpc-transaction-history.md index 522b9160fb9883..87926ef27a22b1 100644 --- a/docs/src/implemented-proposals/rpc-transaction-history.md +++ b/docs/src/implemented-proposals/rpc-transaction-history.md @@ -61,7 +61,7 @@ all transactions to build up the necessary metadata. ## Accessing BigTable BigTable has a gRPC endpoint that can be accessed using the -[tonic](https://crates.io/crates/crate) and the raw protobuf API, as currently +[tonic](https://crates.io/crates/tonic) and the raw protobuf API, as currently no higher-level Rust crate for BigTable exists. Practically this makes parsing the results of BigTable queries more complicated but is not a significant issue.