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
pull/17/head
Ilya Baryshnikov 4 years ago committed by Sebastian Dröge
parent 249dbf7f2d
commit a62f74ac89
  1. 2
      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

Loading…
Cancel
Save