summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-06-25 12:01:50 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-25 13:14:51 +0000
commit8e006c07fa8bf8f0f52284161d6a5698afe691fe (patch)
tree72365ce75ddd4747ae4d9e4f7d039ff2dd9de32c
parent4decfd04b505326aac25e154364f2e851485569f (diff)
downloadqtdoc-8e006c07fa8bf8f0f52284161d6a5698afe691fe.tar.gz
Doc: Fix broken URLs
* Use https for links to unicode.org. * Fix broken link to QtWS video in resource center. Change-Id: Idad535ea5e9a1bc9aff535274914035cbd374c47 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 610e195acf8b87e57fc3b44d7e570391daa35277) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/frameworks-technologies/unicode.qdoc10
-rw-r--r--doc/src/internationalization/i18n.qdoc2
-rw-r--r--doc/src/wayland-and-qt.qdoc3
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/frameworks-technologies/unicode.qdoc b/doc/src/frameworks-technologies/unicode.qdoc
index 93559d7a..10731e5f 100644
--- a/doc/src/frameworks-technologies/unicode.qdoc
+++ b/doc/src/frameworks-technologies/unicode.qdoc
@@ -45,7 +45,7 @@
\keyword Unicode
- \l{http://www.unicode.org/}{Unicode}
+ \l{https://www.unicode.org/}{Unicode}
is the standard for encoding text in almost all languages
spoken in the world. It is nowadays used as the native encoding
for text on most modern operating systems. The major exception is
@@ -62,15 +62,15 @@
\section1 Information about Unicode on the Web
- The \l{http://www.unicode.org/}{Unicode Consortium} has a number
+ The \l{https://www.unicode.org/}{Unicode Consortium} has a number
of documents available, including
\list
- \li \l{http://www.unicode.org/versions/latest/}{The current version of the standard}
- \li \l{http://www.unicode.org/standard/principles.html}{A
+ \li \l{https://www.unicode.org/versions/latest/}{The current version of the standard}
+ \li \l{https://www.unicode.org/standard/principles.html}{A
technical introduction to Unicode}
- \li \l{http://www.unicode.org/standard/standard.html}{The
+ \li \l{https://www.unicode.org/standard/standard.html}{The
home page for the standard}
\endlist
diff --git a/doc/src/internationalization/i18n.qdoc b/doc/src/internationalization/i18n.qdoc
index 7793c8e4..e05bc834 100644
--- a/doc/src/internationalization/i18n.qdoc
+++ b/doc/src/internationalization/i18n.qdoc
@@ -130,7 +130,7 @@
\li \b{Bidirectional writing.} Arabic and Hebrew are written from right to
left, except for numbers and embedded English text which is written
left to right. The exact behavior is defined in the
- \l{http://www.unicode.org/unicode/reports/tr9/}{Unicode Technical Annex #9}.
+ \l{https://www.unicode.org/unicode/reports/tr9/}{Unicode Technical Annex #9}.
\li \b{Non-spacing or diacritical marks (accents or umlauts in European
languages).} Some languages such as Vietnamese make extensive use of
diff --git a/doc/src/wayland-and-qt.qdoc b/doc/src/wayland-and-qt.qdoc
index f7334007..d65eb1e4 100644
--- a/doc/src/wayland-and-qt.qdoc
+++ b/doc/src/wayland-and-qt.qdoc
@@ -252,7 +252,8 @@
\section2 Related Content
\list
- \li \l{https://resources.qt.io/qt-world-summit-2017/qtws17-qt-wayland-compositor-creating-multi-process-user-interface-johan-helsing-the-qt-company}{QtWS17 - Qt Wayland Compositor: Creating multi-process user interface}
+ \li \l{https://resources.qt.io/videos/qtws17-qt-wayland-compositor-creating-multi-process-user-interface-johan-helsing-the-qt-company}
+ {QtWS17 - Qt Wayland Compositor: Creating multi-process user interface}
\li \l{https://doc.qt.io/QtApplicationManager/introduction.html}{Qt Application Manager}
\endlist