summaryrefslogtreecommitdiffstats
path: root/doc/global
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-09-10 18:03:39 +0200
committerLuca Di Sera <luca.disera@qt.io>2021-09-13 08:57:03 +0200
commit3ddc3c78ce7e4df1a7125292c4c3ad329f061926 (patch)
tree9af6ce92abb404f388e04bfe29d95615b570aa45 /doc/global
parent715b2cd5adc30f1e1779a0d9292f4854eddcf9b1 (diff)
Doc: Update some links to Microsoft's documentation
The documentation links on `msdn.microsoft.com` and `msdn2.microsoft.com` now redirect to `docs.microsoft.com`. Some of the links in the documentation were to those domains. In particular: - An `\externalpage` link to the `Mitigating Cross-site Scripting With HTTP-only Cookies` article. - An `\externalpage` link to `Microsoft Actibe Accessibility Event Constants` - A link to the `RtlGetVersion` function in `qoperatingsystemversion.cpp` - A link to the `GetCommandLine` function in `qcoreapplication.cpp` - A link to the `KNOWNFOLDERID` constant in `qfiledialog.cpp` While the redirection works, our script to catch broken links on dev-snapshots builds of the documentation doesn't handle redirection correctly, reporting it as broken. Both to appease the broken-links script and to avoid an unneccesary redirection, the above links were modified to point to the equivalent address in the new domain. Task-number: QTBUG-96127 Pick-to: 6.2 Change-Id: I0e9a132f06af7fc43bca6c8ad2054feb6e3e27cd Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/global')
-rw-r--r--doc/global/externalsites/external-resources.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/global/externalsites/external-resources.qdoc b/doc/global/externalsites/external-resources.qdoc
index b952b753b8..ec6d200a6e 100644
--- a/doc/global/externalsites/external-resources.qdoc
+++ b/doc/global/externalsites/external-resources.qdoc
@@ -353,7 +353,7 @@
*/
/*!
- \externalpage http://msdn.microsoft.com/en-us/library/ms533046(VS.85).aspx
+ \externalpage https://docs.microsoft.com/en-us/previous-versions//ms533046(v=vs.85)
\title Mitigating Cross-site Scripting With HTTP-only Cookies
*/
@@ -508,7 +508,7 @@
*/
/*!
- \externalpage http://msdn.microsoft.com/en-us/library/dd318066.aspx
+ \externalpage https://docs.microsoft.com/en-us/windows/win32/winauto/event-constants
\title Microsoft Active Accessibility Event Constants
*/