aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-08-30 18:54:01 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-08-30 18:54:01 +0200
commitded23549eb66b9b144f6d710f8861d09c8769947 (patch)
treef6a47c2af11971f6ced2d55165378d2fd1114928 /Cargo.toml
parent9d6d2412c7fc7c26574e91a8dc981eaecaa49542 (diff)
parentbcce133fae594dd3cb2090c0cc891941810dc7fa (diff)
downloadglutin-ded23549eb66b9b144f6d710f8861d09c8769947.tar.gz
glutin-ded23549eb66b9b144f6d710f8861d09c8769947.zip
Merge pull request #585 from frewsxcv/https
Use HTTPS for doc hyperlink
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5662754..41bf084 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]