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 5e95c44 commit 3ef1a6dCopy full SHA for 3ef1a6d
src/lib.rs
@@ -3,7 +3,7 @@
3
//! This library provides an extendable Bitcoin-Electrum client that supports batch calls,
4
//! notifications and multiple transport methods.
5
//!
6
-//! By default this library is compiled with support for SSL servers using [`rustls`](https;//docs.rs/rustls) and support for
+//! By default this library is compiled with support for SSL servers using [`rustls`](https://docs.rs/rustls) and support for
7
//! plaintext connections over a socks proxy, useful for Onion servers. Using different features,
8
//! the SSL implementation can be removed or replaced with [`openssl`](https://docs.rs/openssl).
9
0 commit comments