diff options
author | Brad King <brad.king@kitware.com> | 2020-05-26 15:30:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-26 15:38:01 (GMT) |
commit | eb705b95319c2fbb9a31597765a41e58254533de (patch) | |
tree | c3a393ca0f2a86cfc1538419dd09a390c4628821 /README.rst | |
parent | 7c0e5fcf636b21fb2f422add09b2c1bd70d336b0 (diff) | |
download | CMake-eb705b95319c2fbb9a31597765a41e58254533de.zip CMake-eb705b95319c2fbb9a31597765a41e58254533de.tar.gz CMake-eb705b95319c2fbb9a31597765a41e58254533de.tar.bz2 |
Update links to gitlab.kitware.com repos to add `-/`
GitLab now uses a `/-/` component between the `group/project` part of
the URL and the `{issues,merge_requests,tree}` part so that it can
support `group/subgroup/project` with arbitrary depth.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ references useful guides and recipes. .. _`CMake Home Page`: https://cmake.org .. _`CMake Documentation Page`: https://cmake.org/documentation -.. _`CMake Community Wiki`: https://gitlab.kitware.com/cmake/community/wikis/home +.. _`CMake Community Wiki`: https://gitlab.kitware.com/cmake/community/-/wikis/home CMake is maintained and supported by `Kitware`_ and developed in collaboration with a productive community of contributors. @@ -122,7 +122,7 @@ If you have found a bug: 3. Finally, if the issue is not resolved by the above steps, open an entry in the `CMake Issue Tracker`_. -.. _`CMake Issue Tracker`: https://gitlab.kitware.com/cmake/cmake/issues +.. _`CMake Issue Tracker`: https://gitlab.kitware.com/cmake/cmake/-/issues Contributing ============ |