diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-08-27 22:28:16 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-08-27 22:28:16 -0400 |
commit | bcce133fae594dd3cb2090c0cc891941810dc7fa (patch) | |
tree | db58078504959e525db6a123297a2ac11cf98091 | |
parent | 66317f5924ee72bae84ee15021a6f3cf780f8409 (diff) | |
download | glutin-bcce133fae594dd3cb2090c0cc891941810dc7fa.tar.gz glutin-bcce133fae594dd3cb2090c0cc891941810dc7fa.zip |
Use HTTPS for doc hyperlink
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ keywords = ["windowing", "opengl"] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/tomaka/glutin" -documentation = "http://tomaka.github.io/glutin/" +documentation = "https://tomaka.github.io/glutin/" build = "build.rs" [features] |