diff options
author | scivision <scivision@users.noreply.github.com> | 2024-03-05 21:56:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-03-07 14:42:45 (GMT) |
commit | 53a542936e6c57047d3de3e301c29522fb35ad21 (patch) | |
tree | bbd681e30b5215b80a054af577364dbd31a40f52 /Help/dev | |
parent | dd8e84a8facbea761d95dc91c15d8d21e848cd6f (diff) | |
download | CMake-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.rst | 8 | ||||
-rw-r--r-- | Help/dev/source.rst | 2 |
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 |