Skip to content

Commit 135d929

Browse files
authored
Fix link to documentation (#620)
1 parent 9c8110d commit 135d929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! By default this crate does not implement any transports,
44
//! use corresponding features (`tls`, `http` or `ws`) to opt-in for them.
55
//!
6-
//! See documentation of [`jsonrpc-client-transports`](../jsonrpc_client_transports/) for more details.
6+
//! See documentation of [`jsonrpc-client-transports`](https://docs.rs/jsonrpc-client-transports) for more details.
77
88
#![deny(missing_docs)]
99

0 commit comments

Comments
 (0)