diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-08-30 18:54:01 +0200 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-08-30 18:54:01 +0200 |
commit | ded23549eb66b9b144f6d710f8861d09c8769947 (patch) | |
tree | f6a47c2af11971f6ced2d55165378d2fd1114928 | |
parent | 9d6d2412c7fc7c26574e91a8dc981eaecaa49542 (diff) | |
parent | bcce133fae594dd3cb2090c0cc891941810dc7fa (diff) | |
download | glutin-ded23549eb66b9b144f6d710f8861d09c8769947.tar.gz glutin-ded23549eb66b9b144f6d710f8861d09c8769947.zip |
Merge pull request #585 from frewsxcv/https
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] |