Fix broken doc links in solana-client (#28714)

This commit is contained in:
Brian Anderson 2022-11-01 22:21:20 -05:00 committed by GitHub
parent 6972afe2c4
commit 7e7e9b2775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ pub mod nonblocking {
/// [JSON-RPC], using the [`RpcClient`] type.
///
/// [JSON-RPC]: https://www.jsonrpc.org/specification
/// [`RpcClient`]: crate::nonblocking::rpc_client::RpcClient
pub mod rpc_client {
pub use solana_rpc_client::nonblocking::rpc_client::*;
}
@ -74,6 +75,7 @@ pub mod quic_client {
/// [JSON-RPC], using the [`RpcClient`] type.
///
/// [JSON-RPC]: https://www.jsonrpc.org/specification
/// [`RpcClient`]: crate::rpc_client::RpcClient
pub mod rpc_client {
pub use solana_rpc_client::rpc_client::*;
}