summaryrefslogtreecommitdiffstats
path: root/Help/dev
diff options
context:
space:
mode:
authorscivision <scivision@users.noreply.github.com>2024-03-05 21:56:27 (GMT)
committerBrad King <brad.king@kitware.com>2024-03-07 14:42:45 (GMT)
commit53a542936e6c57047d3de3e301c29522fb35ad21 (patch)
treebbd681e30b5215b80a054af577364dbd31a40f52 /Help/dev
parentdd8e84a8facbea761d95dc91c15d8d21e848cd6f (diff)
downloadCMake-53a542936e6c57047d3de3e301c29522fb35ad21.zip
CMake-53a542936e6c57047d3de3e301c29522fb35ad21.tar.gz
CMake-53a542936e6c57047d3de3e301c29522fb35ad21.tar.bz2
Help: Convert http URLs to https
Diffstat (limited to 'Help/dev')
-rw-r--r--Help/dev/documentation.rst8
-rw-r--r--Help/dev/source.rst2
2 files changed, 5 insertions, 5 deletions
diff --git a/Help/dev/documentation.rst b/Help/dev/documentation.rst
index 65c0ccf..00413e1 100644
--- a/Help/dev/documentation.rst
+++ b/Help/dev/documentation.rst
@@ -13,8 +13,8 @@ The ``Help`` directory contains CMake help manual source files.
They are written using the `reStructuredText`_ markup syntax and
processed by `Sphinx`_ to generate the CMake help manuals.
-.. _`reStructuredText`: http://docutils.sourceforge.net/docs/ref/rst/introduction.html
-.. _`Sphinx`: http://sphinx-doc.org
+.. _`reStructuredText`: https://docutils.sourceforge.net/docs/ref/rst/introduction.html
+.. _`Sphinx`: https://sphinx-doc.org
Markup Constructs
-----------------
@@ -338,7 +338,7 @@ Document a "variable" object:
The directive requires a single argument, the variable name.
-.. _`Sphinx Domain`: http://sphinx-doc.org/domains.html
+.. _`Sphinx Domain`: https://sphinx-doc.org/domains.html
.. _`cmake(1)`: https://cmake.org/cmake/help/latest/manual/cmake.1.html
.. _`cmake-env-variables(7)`: https://cmake.org/cmake/help/latest/manual/cmake-env-variables.7.html
.. _`cmake-generator-expressions(7)`: https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html
@@ -520,7 +520,7 @@ Style: Cross-References
Mark up linkable references as links, including repeats.
An alternative, which is used by wikipedia
-(`<http://en.wikipedia.org/wiki/WP:REPEATLINK>`_),
+(`<https://en.wikipedia.org/wiki/WP:REPEATLINK>`_),
is to link to a reference only once per article. That style is not used
in CMake documentation.
diff --git a/Help/dev/source.rst b/Help/dev/source.rst
index 68ca743..fa7d620 100644
--- a/Help/dev/source.rst
+++ b/Help/dev/source.rst
@@ -16,7 +16,7 @@ format source code. It automatically runs ``clang-format`` on the set of
source files for which we enforce style. The script also has options to
format only a subset of files, such as those that are locally modified.
-.. _`clang-format`: http://clang.llvm.org/docs/ClangFormat.html
+.. _`clang-format`: https://clang.llvm.org/docs/ClangFormat.html
.. _`.clang-format`: ../../.clang-format
.. _`Utilities/Scripts/clang-format.bash`: ../../Utilities/Scripts/clang-format.bash