From bcce133fae594dd3cb2090c0cc891941810dc7fa Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 27 Aug 2015 22:28:16 -0400 Subject: Use HTTPS for doc hyperlink --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3