Skip to content

Commit

Permalink
docs: fix tonic crates.io url (#2904)
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanifold authored Sep 12, 2024
1 parent 1334fb5 commit 19a177d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/implemented-proposals/rpc-transaction-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 19a177d

Please sign in to comment.