diff options
author | Brad King <brad.king@kitware.com> | 2020-05-27 12:20:03 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-05-27 12:21:20 (GMT) |
commit | 340dcadb8bef0f2ac1bdbe36850ec9673d10f5a3 (patch) | |
tree | dded5d9ed99b1eb5d81774563a6d31492e14a4df /Help | |
parent | 6bfc6f6abc285468035d11d0789ce20d97045a91 (diff) | |
parent | eb705b95319c2fbb9a31597765a41e58254533de (diff) | |
download | CMake-340dcadb8bef0f2ac1bdbe36850ec9673d10f5a3.zip CMake-340dcadb8bef0f2ac1bdbe36850ec9673d10f5a3.tar.gz CMake-340dcadb8bef0f2ac1bdbe36850ec9673d10f5a3.tar.bz2 |
Merge topic 'update-gitlab-links'
eb705b9531 Update links to gitlab.kitware.com repos to add `-/`
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !4795
Diffstat (limited to 'Help')
-rw-r--r-- | Help/cpack_gen/deb.rst | 6 | ||||
-rw-r--r-- | Help/cpack_gen/rpm.rst | 4 | ||||
-rw-r--r-- | Help/dev/review.rst | 8 | ||||
-rw-r--r-- | Help/dev/testing.rst | 2 | ||||
-rw-r--r-- | Help/release/3.10.rst | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/Help/cpack_gen/deb.rst b/Help/cpack_gen/deb.rst index db71c87..bf50c55 100644 --- a/Help/cpack_gen/deb.rst +++ b/Help/cpack_gen/deb.rst @@ -25,8 +25,8 @@ or a component GROUP name. Here are some CPack DEB generator wiki resources that are here for historic reasons and are no longer maintained but may still prove useful: - - https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/Configuration - - https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/PackageGenerators#deb-unix-only + - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration + - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#deb-unix-only List of CPack DEB generator specific variables: @@ -282,7 +282,7 @@ List of CPack DEB generator specific variables: You may need set :variable:`CMAKE_INSTALL_RPATH` to an appropriate value if you use this feature, because if you don't ``dpkg-shlibdeps`` may fail to find your own shared libs. - See https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/RPATH-handling + See https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling .. variable:: CPACK_DEBIAN_PACKAGE_DEBUG diff --git a/Help/cpack_gen/rpm.rst b/Help/cpack_gen/rpm.rst index 66d5464..ccb7ebd 100644 --- a/Help/cpack_gen/rpm.rst +++ b/Help/cpack_gen/rpm.rst @@ -36,8 +36,8 @@ http://www.rpm.org/wiki/Docs Here are some CPack RPM generator wiki resources that are here for historic reasons and are no longer maintained but may still prove useful: - - https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/Configuration - - https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/PackageGenerators#rpm-unix-only + - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration + - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#rpm-unix-only List of CPack RPM generator specific variables: diff --git a/Help/dev/review.rst b/Help/dev/review.rst index 8ec41d2..ad0bb22 100644 --- a/Help/dev/review.rst +++ b/Help/dev/review.rst @@ -28,7 +28,7 @@ request is accepted" option when creating the MR or by editing it. This will cause the MR topic branch to be automatically removed from the user's fork during the `Merge`_ step. -.. _`CMake Merge Requests Page`: https://gitlab.kitware.com/cmake/cmake/merge_requests +.. _`CMake Merge Requests Page`: https://gitlab.kitware.com/cmake/cmake/-/merge_requests .. _`CMake Repository`: https://gitlab.kitware.com/cmake/cmake Workflow Status @@ -60,7 +60,7 @@ in GitLab to track the state of a MR: The workflow status labels are intended to be mutually exclusive, so please remove any existing workflow label when adding one. -.. _`CMake GitLab Project Developers`: https://gitlab.kitware.com/cmake/cmake/settings/members +.. _`CMake GitLab Project Developers`: https://gitlab.kitware.com/cmake/cmake/-/settings/members Robot Review ============ @@ -454,8 +454,8 @@ comment instead): The ``-t`` option to a ``Do: merge`` command overrides any topic rename set in the MR description. -.. _`CMake GitLab Project Masters`: https://gitlab.kitware.com/cmake/cmake/settings/members -.. _`backport instructions`: https://gitlab.kitware.com/utils/git-workflow/wikis/Backport-topics +.. _`CMake GitLab Project Masters`: https://gitlab.kitware.com/cmake/cmake/-/settings/members +.. _`backport instructions`: https://gitlab.kitware.com/utils/git-workflow/-/wikis/Backport-topics .. _`git rev-parse`: https://git-scm.com/docs/git-rev-parse Close 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 ------------------ diff --git a/Help/release/3.10.rst b/Help/release/3.10.rst index 03eda36..117415b 100644 --- a/Help/release/3.10.rst +++ b/Help/release/3.10.rst @@ -236,7 +236,7 @@ Deprecated and Removed Features support for C++11 and a port of libuv. See `CMake Issue 17137`_. Use CMake 3.9 or lower instead for HP-UX support. -.. _`CMake Issue 17137`: https://gitlab.kitware.com/cmake/cmake/issues/17137 +.. _`CMake Issue 17137`: https://gitlab.kitware.com/cmake/cmake/-/issues/17137 Other Changes ============= |