Browse Source

Modules: Update documented links to CMake community Wiki

The wiki has moved.  Update links to reference the new pages.
Brad King 7 years ago
parent
commit
052743556b
4 changed files with 7 additions and 9 deletions
  1. 3 3
      Modules/CPackDeb.cmake
  2. 2 2
      Modules/CPackRPM.cmake
  3. 1 1
      Modules/readme.txt
  4. 1 3
      Source/cmPolicies.h

+ 3 - 3
Modules/CPackDeb.cmake

@@ -29,8 +29,8 @@
 # Here are some CPackDeb wiki resources that are here for historic reasons and
 # are no longer maintained but may still prove useful:
 #
-#  - https://cmake.org/Wiki/CMake:CPackConfiguration
-#  - https://cmake.org/Wiki/CMake:CPackPackageGenerators#DEB_.28UNIX_only.29
+#  - 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 CPackDEB specific variables:
 #
@@ -278,7 +278,7 @@
 #    You may need set :variable:`CMAKE_INSTALL_RPATH` to an appropriate value
 #    if you use this feature, because if you don't :code:`dpkg-shlibdeps`
 #    may fail to find your own shared libs.
-#    See https://cmake.org/Wiki/CMake_RPATH_handling.
+#    See https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/RPATH-handling
 #
 # .. variable:: CPACK_DEBIAN_PACKAGE_DEBUG
 #

+ 2 - 2
Modules/CPackRPM.cmake

@@ -40,8 +40,8 @@
 # Here are some CPackRPM wiki resources that are here for historic reasons and
 # are no longer maintained but may still prove useful:
 #
-#  - https://cmake.org/Wiki/CMake:CPackConfiguration
-#  - https://cmake.org/Wiki/CMake:CPackPackageGenerators#RPM_.28Unix_Only.29
+#  - 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 CPackRPM specific variables:
 #

+ 1 - 1
Modules/readme.txt

@@ -1,4 +1,4 @@
 See the "Find Modules" section of the cmake-developer(7) manual page.
 
 For more information about how to contribute modules to CMake, see this page:
-https://cmake.org/Wiki/CMake:Module_Maintainers
+https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/dev/Module-Maintainers

+ 1 - 3
Source/cmPolicies.h

@@ -252,9 +252,7 @@ class cmMakefile;
 /** \class cmPolicies
  * \brief Handles changes in CMake behavior and policies
  *
- * See the cmake wiki section on
- * <a href="https://cmake.org/Wiki/CMake/Policies">policies</a>
- * for an overview of this class's purpose
+ * See the cmake-policies(7) manual for an overview of this class's purpose.
  */
 class cmPolicies
 {