We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8110d commit 135d929Copy full SHA for 135d929
core-client/src/lib.rs
@@ -3,7 +3,7 @@
3
//! By default this crate does not implement any transports,
4
//! use corresponding features (`tls`, `http` or `ws`) to opt-in for them.
5
//!
6
-//! See documentation of [`jsonrpc-client-transports`](../jsonrpc_client_transports/) for more details.
+//! See documentation of [`jsonrpc-client-transports`](https://docs.rs/jsonrpc-client-transports) for more details.
7
8
#![deny(missing_docs)]
9
0 commit comments