summaryrefslogtreecommitdiff
path: root/Modules/FindXCTest.cmake
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-11-06 18:54:56 +0400
committerBrad King <brad.king@kitware.com>2022-11-07 10:07:36 -0500
commit435b0c573c391f9eaae9a8d0d67629473297c987 (patch)
treeec9fb74213c5748b4510d56f886cf1622bd1400f /Modules/FindXCTest.cmake
parentac5295a9dea2ff5f130dbd6dd9429bc42761a995 (diff)
downloadcmake-435b0c573c391f9eaae9a8d0d67629473297c987.tar.gz
Help: Fix some redirects reported with sphinx linkcheck
Mostly it's about replace `http:` with `https:` protocol.
Diffstat (limited to 'Modules/FindXCTest.cmake')
-rw-r--r--Modules/FindXCTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindXCTest.cmake b/Modules/FindXCTest.cmake
index 00729bc273..7118df200f 100644
--- a/Modules/FindXCTest.cmake
+++ b/Modules/FindXCTest.cmake
@@ -13,7 +13,7 @@ An XCTest bundle is a CFBundle with a special product-type
and bundle extension. The Mac Developer Library provides more
information in the `Testing with Xcode`_ document.
-.. _Testing with Xcode: http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/
+.. _Testing with Xcode: https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/
Module Functions
^^^^^^^^^^^^^^^^