aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2020-06-30 20:14:53 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2020-06-30 20:14:53 +0200
commit724e1b1b93926c4722d2f57933d114a351eb9c48 (patch)
tree49dbdf1b463ebc38182614668aeb3cf06d10d61c /docs
parenta62c92fde491c39429b006094b54d9d9422f9c85 (diff)
downloadextra-cmake-modules-724e1b1b93926c4722d2f57933d114a351eb9c48.tar.gz
extra-cmake-modules-724e1b1b93926c4722d2f57933d114a351eb9c48.tar.bz2
Use more https in links (and update outdated urls)
GIT_SILENT
Diffstat (limited to 'docs')
-rw-r--r--docs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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."