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 /Help/dev/testing.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 'Help/dev/testing.rst')
-rw-r--r-- | Help/dev/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/dev/testing.rst b/Help/dev/testing.rst index 23d0ca3..279e4b2 100644 --- a/Help/dev/testing.rst +++ b/Help/dev/testing.rst @@ -33,7 +33,7 @@ CTest script with local settings and include ``cmake_common.cmake``. .. _`CMake Review Process`: review.rst .. _`CMake CDash Page`: https://open.cdash.org/index.php?project=CMake .. _`CMake Dashboard Scripts Repository`: https://gitlab.kitware.com/cmake/dashboard-scripts -.. _`cmake_common.cmake`: https://gitlab.kitware.com/cmake/dashboard-scripts/blob/master/cmake_common.cmake +.. _`cmake_common.cmake`: https://gitlab.kitware.com/cmake/dashboard-scripts/-/blob/master/cmake_common.cmake Nightly Start Time ------------------ |