diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-09 05:32:17 +0100 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-09 05:32:17 +0100 |
commit | 1e9e1c508e177b6466282dfad273cf6cfcdf5c76 (patch) | |
tree | 49da1bbe094179ab57190f99340a5c67c5c6f4b3 /modules | |
parent | efdca205db4b230b068da480267e665e28b48423 (diff) | |
download | extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.gz extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.bz2 |
Use more https in links
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMAddQch.cmake | 2 | ||||
-rw-r--r-- | modules/ECMGeneratePkgConfigFile.cmake | 4 | ||||
-rw-r--r-- | modules/ECMPackageConfigHelpers.cmake | 4 | ||||
-rw-r--r-- | modules/ECMQchDoxygen.config.in | 14 |
4 files changed, 12 insertions, 12 deletions
diff --git a/modules/ECMAddQch.cmake b/modules/ECMAddQch.cmake index 40b6026b..60230eac 100644 --- a/modules/ECMAddQch.cmake +++ b/modules/ECMAddQch.cmake @@ -96,7 +96,7 @@ # # NAMESPACE can be used to set a custom namespace <namespace> of the generated # QCH file. The namepspace is used as the unique id by QHelpEngine (cmp. -# http://doc.qt.io/qt-5/qthelpproject.html#namespace). +# https://doc.qt.io/qt-5/qthelpproject.html#namespace). # The default namespace is ``<domain>.<name>``. # Needs to be used when ORG_DOMAIN is not used. # diff --git a/modules/ECMGeneratePkgConfigFile.cmake b/modules/ECMGeneratePkgConfigFile.cmake index 09d7e2b4..91a2cba9 100644 --- a/modules/ECMGeneratePkgConfigFile.cmake +++ b/modules/ECMGeneratePkgConfigFile.cmake @@ -2,9 +2,9 @@ # ECMGeneratePkgConfigFile # ------------------------ # -# Generate a `pkg-config <http://www.freedesktop.org/wiki/Software/pkg-config/>`_ +# Generate a `pkg-config <https://www.freedesktop.org/wiki/Software/pkg-config/>`_ # file for the benefit of -# `autotools <http://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html>`_-based +# `autotools <https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html>`_-based # projects. # # :: diff --git a/modules/ECMPackageConfigHelpers.cmake b/modules/ECMPackageConfigHelpers.cmake index a118feae..b03d066e 100644 --- a/modules/ECMPackageConfigHelpers.cmake +++ b/modules/ECMPackageConfigHelpers.cmake @@ -6,7 +6,7 @@ # # ``write_basic_package_version_file()`` is the same as the one provided by the # `CMakePackageConfigHelpers -# <http://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_ +# <https://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_ # module in CMake; see that module's documentation for # more information. # @@ -23,7 +23,7 @@ # 2.8.12, except that it adds an extra helper macro: find_dependency(). It is # highly recommended that you read the `documentation for # CMakePackageConfigHelpers -# <http://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_ +# <https://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_ # for more information, particularly with regard to the PATH_VARS argument. # # Note that there is no argument that will disable the find_dependency() macro; diff --git a/modules/ECMQchDoxygen.config.in b/modules/ECMQchDoxygen.config.in index ad30072f..58d53b14 100644 --- a/modules/ECMQchDoxygen.config.in +++ b/modules/ECMQchDoxygen.config.in @@ -196,13 +196,13 @@ ALIASES = "intern=\par<b>Internal use only.</b>" \ "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \ "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \ "threadsafe=\xrefitem threadsafe \"Threadsafe\" \"Threadsafe\"" \ - "artistic=<a href=\"http://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \ - "bsd=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \ - "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \ - "gpl=<a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\">GPLv2</a>" \ - "lgpl=<a href=\"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html#SEC1\">LGPLv2</a>" \ - "mit=<a href=\"http://www.opensource.org/licenses/mit-license.php\">MIT</a>" \ - "qpl=<a href=\"http://doc.trolltech.com/3.0/license.html\">QPL</a>" + "artistic=<a href=\"https://opensource.org/licenses/artistic-license.php\">Artistic</a>" \ + "bsd=<a href=\"https://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \ + "x11=<a href=\"https://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \ + "gpl=<a href=\"https://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\">GPLv2</a>" \ + "lgpl=<a href=\"https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html#SEC1\">LGPLv2</a>" \ + "mit=<a href=\"https://www.opensource.org/licenses/mit-license.php\">MIT</a>" \ + "qpl=<a href=\"https://opensource.org/licenses/QPL-1.0\">QPL</a>" PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \ \ |