From fd8df67cfd9ba6faf9195659694f8ca1a1e14c48 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 19 Apr 2018 13:52:27 -0700 Subject: [PATCH] Convert an http link to https. --- lib/filetests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filetests/Cargo.toml b/lib/filetests/Cargo.toml index 4e80bfc17e..1a61c7c1e5 100644 --- a/lib/filetests/Cargo.toml +++ b/lib/filetests/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Cretonne Project Developers"] version = "0.5.1" description = "Test driver and implementations of the filetest commands" license = "Apache-2.0" -documentation = "http://cretonne.readthedocs.io/en/latest/testing.html#file-tests" +documentation = "https://cretonne.readthedocs.io/en/latest/testing.html#file-tests" repository = "https://github.com/cretonne/cretonne" publish = false