From 135d9290820bd9ae6920dbbb20c93de29ad0a8c8 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 16 Mar 2021 17:18:29 +0900 Subject: [PATCH] Fix link to documentation (#620) --- core-client/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-client/src/lib.rs b/core-client/src/lib.rs index 81b8b462e..0ffd970b7 100644 --- a/core-client/src/lib.rs +++ b/core-client/src/lib.rs @@ -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)]