summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-11-05 15:25:30 -0500
committerBrad King <brad.king@kitware.com>2019-11-05 15:41:04 -0500
commit4dd6ad20b696d717833130e0d4e7b60f0f287752 (patch)
tree410d25e4101e9641d866fce79c0e39247160a7b9 /README.rst
parent821bfca89b862ed207c2aeafe2d5e38e2c9afb93 (diff)
downloadcmake-4dd6ad20b696d717833130e0d4e7b60f0f287752.tar.gz
README: Update links to cmake.org pages
Some of the links refer to URLs that are now redirected. Update them.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 76783ec1cb..b9c7c0c304 100644
--- a/README.rst
+++ b/README.rst
@@ -10,7 +10,7 @@ For full documentation visit the `CMake Home Page`_ and the
references useful guides and recipes.
.. _`CMake Home Page`: https://cmake.org
-.. _`CMake Documentation Page`: https://cmake.org/cmake/help/documentation.html
+.. _`CMake Documentation Page`: https://cmake.org/documentation
.. _`CMake Community Wiki`: https://gitlab.kitware.com/cmake/community/wikis/home
CMake is maintained and supported by `Kitware`_ and developed in
@@ -88,7 +88,7 @@ There are two ways for building CMake under Windows:
and bootstrap as above.
-.. _`CMake Download Page`: https://cmake.org/cmake/resources/software.html
+.. _`CMake Download Page`: https://cmake.org/download
.. _`MSYS2`: https://www.msys2.org/
Building CMake with CMake
@@ -99,7 +99,7 @@ run the installed CMake on the sources of this CMake with your preferred
options and generators. Then build it and install it.
For instructions how to do this, see documentation on `Running CMake`_.
-.. _`Running CMake`: https://cmake.org/cmake/help/runningcmake.html
+.. _`Running CMake`: https://cmake.org/runningcmake
To build the documentation, install `Sphinx`_ and configure CMake with
``-DSPHINX_HTML=ON`` and/or ``-DSPHINX_MAN=ON`` to enable the "html" or