summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-06-25 12:42:05 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-25 18:04:22 +0000
commita2ff27536ba7ce7590b3c46112808df7ec20a16b (patch)
tree1068d5009283796456133f1448739a0647c2780f /src/corelib/doc
parent835345b363cfd9fe12342225070322476b856f19 (diff)
Doc: Use https for links to unicode.org
* Change all outbound links in user-facing documentation. * Reflow lines that exceed 100 cols as mandated by clang-format. * Add unicode.org as a global \externalsite. Change-Id: I2ba1e434aa913e678406d62c2801f1a8b2d9e4f4 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 7968281444c967628566337ce3493058825cb946) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/snippets/code/src_corelib_text_qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/snippets/code/src_corelib_text_qstring.cpp b/src/corelib/doc/snippets/code/src_corelib_text_qstring.cpp
index fade47cfc6..fe44bee4a8 100644
--- a/src/corelib/doc/snippets/code/src_corelib_text_qstring.cpp
+++ b/src/corelib/doc/snippets/code/src_corelib_text_qstring.cpp
@@ -49,7 +49,7 @@
****************************************************************************/
//! [1]
-QString url = QLatin1String("http://www.unicode.org/");
+QString url = QLatin1String("https://www.unicode.org/");
//! [1]