aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2018-07-11 13:25:42 +0300
committerOrgad Shaneh <orgads@gmail.com>2018-07-11 12:28:08 +0000
commitc8f372f851ced9c65996963cd164d8205e12a8dc (patch)
treedb46050c12b0393830752721ab98b2372c2a7a2d
parenta04cd97f766464705d600c4d3558e46167170294 (diff)
Update link for minimumWindowsVersion
Change-Id: Ibb98b4a9166e3cd61fe9aacd0e6a5a2eb9eb7624 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--share/qbs/modules/cpp/CppModule.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/CppModule.qbs b/share/qbs/modules/cpp/CppModule.qbs
index 0078bb1af..c26be036d 100644
--- a/share/qbs/modules/cpp/CppModule.qbs
+++ b/share/qbs/modules/cpp/CppModule.qbs
@@ -485,7 +485,7 @@ Module {
+ "'; expected one of: "
+ WindowsUtils.knownWindowsVersions().map(function (a) {
return '"' + a + '"'; }).join(", ")
- + ". See https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832.aspx");
+ + ". See https://docs.microsoft.com/en-us/windows/desktop/SysInfo/operating-system-version");
}
}