From 724e1b1b93926c4722d2f57933d114a351eb9c48 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Tue, 30 Jun 2020 20:14:53 +0200 Subject: Use more https in links (and update outdated urls) GIT_SILENT --- docs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 3f84e4e9..84cca9ea 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -11,7 +11,7 @@ find_package(Sphinx 1.2 MODULE) set_package_properties( Sphinx PROPERTIES - URL "http://sphinx-doc.org/" + URL "https://www.sphinx-doc.org/" DESCRIPTION "Tool to generate documentation." TYPE OPTIONAL PURPOSE "Required to build documentation for Extra CMake Modules." -- cgit v1.2.1