Skip to content

Commit

Permalink
Fix link to documentation (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 16, 2021
1 parent 9c8110d commit 135d929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-client/src/lib.rs
Expand Up @@ -3,7 +3,7 @@
//! By default this crate does not implement any transports,
//! use corresponding features (`tls`, `http` or `ws`) to opt-in for them.
//!
//! 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.

#![deny(missing_docs)]

Expand Down

0 comments on commit 135d929

Please sign in to comment.