From a62f74ac8980c5247a017197cddfe2b8ffa69f7d Mon Sep 17 00:00:00 2001 From: Ilya Baryshnikov Date: Mon, 23 Mar 2020 11:13:19 +0300 Subject: [PATCH] Fix warning for gio link I have a warning with `https://www.gtk-rs.org/`, but `https://gtk-rs.org/` seems to work fine. Getting the same result in different browsers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c4f2a..f39fac5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ integration with various other crates can be enabled via feature flags * `tokio-tls`: Enables the additional functions in the `tokio` module to implement TLS via [tokio-tls](https://crates.io/crates/tokio-tls). * `gio-runtime`: Enables the `gio` module, which provides integration with - the [gio](https://www.gtk-rs.org) runtime. + the [gio](https://gtk-rs.org) runtime. ## tokio-tungstenite