浏览代码

Help: Fix broken external links found by sphinx linkcheck

Alex Turbov 3 年之前
父节点
当前提交
ac5295a9de

+ 2 - 2
Help/cpack_gen/deb.rst

@@ -57,7 +57,7 @@ List of CPack DEB generator specific variables:
  .. versionadded:: 3.5
  .. versionadded:: 3.5
   Per-component ``CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME`` variables.
   Per-component ``CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME`` variables.
 
 
- See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Source
+ See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-source
 
 
 .. variable:: CPACK_DEBIAN_FILE_NAME
 .. variable:: CPACK_DEBIAN_FILE_NAME
               CPACK_DEBIAN_<COMPONENT>_FILE_NAME
               CPACK_DEBIAN_<COMPONENT>_FILE_NAME
@@ -639,7 +639,7 @@ List of CPack DEB generator specific variables:
    - :variable:`CPACK_DEBIAN_PACKAGE_SOURCE` for component-based
    - :variable:`CPACK_DEBIAN_PACKAGE_SOURCE` for component-based
      installations.
      installations.
 
 
- See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Source
+ See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-source
 
 
  .. note::
  .. note::
 
 

+ 6 - 6
Help/cpack_gen/nuget.rst

@@ -110,7 +110,7 @@ List of CPack NuGet generator specific variables:
  .. deprecated:: 3.20
  .. deprecated:: 3.20
   Use a local license file
   Use a local license file
   (:variable:`CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME`)
   (:variable:`CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME`)
-  or a `(SPDX) license identifier`_
+  or a `SPDX license identifier`_
   (:variable:`CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION`) instead.
   (:variable:`CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION`) instead.
 
 
  An URL for the package's license, often shown in UI displays as well
  An URL for the package's license, often shown in UI displays as well
@@ -124,7 +124,7 @@ List of CPack NuGet generator specific variables:
 
 
  .. versionadded:: 3.20
  .. versionadded:: 3.20
 
 
- A Software Package Data Exchange `(SPDX) license identifier`_ such as
+ A Software Package Data Exchange `SPDX license identifier`_ such as
  ``MIT``, ``BSD-3-Clause``, or ``LGPL-3.0-or-later``. In the case of a
  ``MIT``, ``BSD-3-Clause``, or ``LGPL-3.0-or-later``. In the case of a
  choice of licenses or more complex restrictions, compound license
  choice of licenses or more complex restrictions, compound license
  expressions may be formed using boolean operators, for example
  expressions may be formed using boolean operators, for example
@@ -255,9 +255,9 @@ List of CPack NuGet generator specific variables:
  * Default   : OFF
  * Default   : OFF
 
 
 
 
-.. _nuget.org: http://nuget.org
-.. _version specification: https://docs.microsoft.com/en-us/nuget/reference/package-versioning#version-ranges-and-wildcards
-.. _(SPDX) license identifier: https://spdx.org/licenses/
-.. _SPDX specification: https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/
+.. _nuget.org: https://www.nuget.org
+.. _version specification: https://learn.microsoft.com/en-us/nuget/concepts/package-versioning#version-ranges
+.. _SPDX license identifier: https://spdx.github.io/spdx-spec/SPDX-license-list
+.. _SPDX specification: https://spdx.github.io/spdx-spec/SPDX-license-expressions
 
 
 .. NuGet spec docs https://docs.microsoft.com/en-us/nuget/reference/nuspec
 .. NuGet spec docs https://docs.microsoft.com/en-us/nuget/reference/nuspec

+ 1 - 1
Help/cpack_gen/wix.rst

@@ -111,7 +111,7 @@ Windows using WiX.
  simply provide the name of the culture.  If you specify more than one
  simply provide the name of the culture.  If you specify more than one
  culture identifier in a comma or semicolon delimited list, the first one
  culture identifier in a comma or semicolon delimited list, the first one
  that is found will be used.  You can find a list of supported languages at:
  that is found will be used.  You can find a list of supported languages at:
- http://wix.sourceforge.net/manual-wix3/WixUI_localization.htm
+ https://wixtoolset.org//documentation/manual/v3/wixui/wixui_localization.html
 
 
 .. variable:: CPACK_WIX_TEMPLATE
 .. variable:: CPACK_WIX_TEMPLATE
 
 

+ 1 - 1
Help/release/3.4.rst

@@ -227,7 +227,7 @@ Other
   will be merged with linker-generated manifests and embedded in the
   will be merged with linker-generated manifests and embedded in the
   binary.
   binary.
 
 
-* The `Concurrent Fortran 77 <https://ccur.com>`__ compiler is now supported.
+* The Concurrent Fortran 77 compiler is now supported.
   Its :variable:`compiler id <CMAKE_<LANG>_COMPILER_ID>` is ``CCur``.
   Its :variable:`compiler id <CMAKE_<LANG>_COMPILER_ID>` is ``CCur``.
 
 
 * :manual:`cmake(1)` gained a new ``--trace-expand`` command line option
 * :manual:`cmake(1)` gained a new ``--trace-expand`` command line option

+ 1 - 1
Modules/CPackComponent.cmake

@@ -301,7 +301,7 @@ be built and installed on system using macOS 10.5 or later.
 
 
 The site argument is a URL where the archives for downloadable
 The site argument is a URL where the archives for downloadable
 components will reside, e.g.,
 components will reside, e.g.,
-https://cmake.org/files/2.6.1/installer/ All of the archives
+https://cmake.org/files/v3.25/ All of the archives
 produced by CPack should be uploaded to that location.
 produced by CPack should be uploaded to that location.
 
 
 UPLOAD_DIRECTORY is the local directory where CPack will create the
 UPLOAD_DIRECTORY is the local directory where CPack will create the

+ 1 - 1
Modules/FindCxxTest.cmake

@@ -9,7 +9,7 @@ Find CxxTest unit testing framework.
 
 
 Find the CxxTest suite and declare a helper macro for creating unit
 Find the CxxTest suite and declare a helper macro for creating unit
 tests and integrating them with CTest.  For more details on CxxTest
 tests and integrating them with CTest.  For more details on CxxTest
-see http://cxxtest.tigris.org
+see https://cxxtest.com
 
 
 INPUT Variables
 INPUT Variables
 
 

+ 1 - 2
Modules/FindwxWindows.cmake

@@ -79,8 +79,7 @@ DEPRECATED
 
 
 
 
 
 
-AUTHOR Jan Woetzel <http://www.mip.informatik.uni-kiel.de/~jw>
-(07/2003-01/2006)
+AUTHOR Jan Woetzel (07/2003-01/2006)
 #]=======================================================================]
 #]=======================================================================]
 
 
 # ------------------------------------------------------------------
 # ------------------------------------------------------------------