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.
This commit is contained in:
Brad King
2020-05-26 11:30:01 -04:00
parent 7c0e5fcf63
commit eb705b9531
24 changed files with 35 additions and 35 deletions

View File

@@ -2,6 +2,6 @@ Thanks for your interest in contributing to CMake! The GitHub repository
is a mirror provided for convenience, but CMake does not use GitHub pull
requests for contribution. Please see
https://gitlab.kitware.com/cmake/cmake/tree/master/CONTRIBUTING.rst
https://gitlab.kitware.com/cmake/cmake/-/tree/master/CONTRIBUTING.rst
for contribution instructions. GitHub OAuth may be used to sign in.