Help: Convert http URLs to https

This commit is contained in:
scivision
2024-03-07 09:42:45 -05:00
committed by Brad King
parent dd8e84a8fa
commit 53a542936e
8 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ references useful guides and recipes.
CMake is maintained and supported by `Kitware`_ and developed in
collaboration with a productive community of contributors.
.. _`Kitware`: http://www.kitware.com/cmake
.. _`Kitware`: https://www.kitware.com/cmake
License
=======
@@ -106,7 +106,7 @@ To build the documentation, install `Sphinx`_ and configure CMake with
"man" builder. Add ``-DSPHINX_EXECUTABLE=/path/to/sphinx-build`` if the
tool is not found automatically.
.. _`Sphinx`: http://sphinx-doc.org
.. _`Sphinx`: https://sphinx-doc.org
Reporting Bugs
==============