aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-08-27 22:28:16 -0400
committerCorey Farwell <coreyf@rwell.org>2015-08-27 22:28:16 -0400
commitbcce133fae594dd3cb2090c0cc891941810dc7fa (patch)
treedb58078504959e525db6a123297a2ac11cf98091 /Cargo.toml
parent66317f5924ee72bae84ee15021a6f3cf780f8409 (diff)
downloadglutin-bcce133fae594dd3cb2090c0cc891941810dc7fa.tar.gz
glutin-bcce133fae594dd3cb2090c0cc891941810dc7fa.zip
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 a952eea..acba679 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]