From f082ed20e6a8e5c4808922e52fefa630f9dd4959 Mon Sep 17 00:00:00 2001 From: John Hayes Date: Thu, 5 Dec 2019 22:13:12 +0100 Subject: EBN extra-cmake-modules transport cleanup Summary: Change transport protocol from http to https Reviewers: apol, cgiboudeaux Reviewed By: apol, cgiboudeaux Subscribers: cgiboudeaux, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D25753 --- cmake/FindSphinx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/FindSphinx.cmake') diff --git a/cmake/FindSphinx.cmake b/cmake/FindSphinx.cmake index 276f3a28..7d489b65 100644 --- a/cmake/FindSphinx.cmake +++ b/cmake/FindSphinx.cmake @@ -56,7 +56,7 @@ find_program(Sphinx_BUILD_EXECUTABLE sphinx-build sphinx-build2 sphinx-build3 - DOC "Sphinx Documentation Builder (http://sphinx-doc.org/)" + DOC "Sphinx Documentation Builder (https://www.sphinx-doc.org/)" ) if (Sphinx_BUILD_EXECUTABLE) -- cgit v1.2.1