summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-26 11:30:01 -0400
committerBrad King <brad.king@kitware.com>2020-05-26 11:38:01 -0400
commiteb705b95319c2fbb9a31597765a41e58254533de (patch)
treec3a393ca0f2a86cfc1538419dd09a390c4628821 /.github
parent7c0e5fcf636b21fb2f422add09b2c1bd70d336b0 (diff)
downloadcmake-eb705b95319c2fbb9a31597765a41e58254533de.tar.gz
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 '.github')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index d934bf92f7..5281c92f67 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -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.