aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-09-08 17:00:43 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-09-09 08:23:26 +0000
commitdd105095e93837448df5d39b735778be7e107a20 (patch)
tree0275b4091ebad0dcda0f9583a894ec14408d4224
parentfad2820e24e64b82a8ad83e89f09a3c96d3ec30a (diff)
Doc: Fix broken external links
Change-Id: Ifc167cf0e345c6d553a4224d3ea45b163fea45a8 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--doc/qtcreator/src/editors/creator-editors-options-text.qdoc3
-rw-r--r--doc/qtcreator/src/overview/creator-acknowledgements.qdoc10
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-components.qdoc7
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc6
4 files changed, 12 insertions, 14 deletions
diff --git a/doc/qtcreator/src/editors/creator-editors-options-text.qdoc b/doc/qtcreator/src/editors/creator-editors-options-text.qdoc
index 24660d3cee..bfee108f3c 100644
--- a/doc/qtcreator/src/editors/creator-editors-options-text.qdoc
+++ b/doc/qtcreator/src/editors/creator-editors-options-text.qdoc
@@ -107,8 +107,7 @@
that is not UTF-8 encoded: \uicontrol {Error: Could not decode "filename" with
"UTF-8"-encoding. Editing not possible.}
- To resolve the issue, use a file conversion tool such as
- \l{http://recode.progiciels-bpi.ca/index.html}{Recode} to convert the file
+ To resolve the issue, use a file conversion tool to convert the file
encoding to UTF-8 when developing Qt 5 applications. Otherwise, conversion
of string constants to QStrings might not work as expected.
diff --git a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
index 0782c8ff82..faf769614b 100644
--- a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
+++ b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
@@ -107,10 +107,10 @@
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\endcode
- The source code of KSyntaxHighlighting can be found
+ The source code of KSyntaxHighlighting can be found
here:
\list
- \li \l{https://cgit.kde.org/syntax-highlighting.git}
+ \li \l{https://invent.kde.org/frameworks/syntax-highlighting}
\li QtCreator/src/libs/3rdparty/syntax-highlighting
\li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/syntax-highlighting}
\endlist
@@ -132,9 +132,9 @@
\li \b{LLVM/Clang}
\list
- \li \l{http://llvm.org/svn/llvm-project/llvm}
- \li \l{http://llvm.org/svn/llvm-project/cfe/trunk}
- \li \l{http://llvm.org/svn/llvm-project/clang-tools-extra/trunk}
+ \li \l{https://llvm.org/svn/llvm-project/llvm}
+ \li \l{https://llvm.org/svn/llvm-project/cfe/trunk}
+ \li \l{https://llvm.org/svn/llvm-project/clang-tools-extra/trunk}
\endlist
Copyright (C) 2003-2019 LLVM Team
diff --git a/doc/qtcreator/src/qtquick/qtquick-components.qdoc b/doc/qtcreator/src/qtquick/qtquick-components.qdoc
index 8ea2cbda70..168942dae5 100644
--- a/doc/qtcreator/src/qtquick/qtquick-components.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-components.qdoc
@@ -504,10 +504,9 @@
can be selected.
\endlist
- You can also use the
- \l {https://doc-snapshots.qt.io/qt5-5.13/qml-qtquick-dialogs-dialog.html}
- {Dialog} type in the Qt Quick Dialogs module to wrap arbitrary content into
- a dialog window including a row of platform-tailored buttons.
+ You can also use the \l Dialog type in the Qt Quick Dialogs module to wrap
+ arbitrary content into a dialog window including a row of platform-tailored
+ buttons.
\include qtquick-animation-types.qdocinc qtquick animation types
diff --git a/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc b/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
index 0bf837ee8c..0b3cde02ea 100644
--- a/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
@@ -83,8 +83,8 @@
You can preview UIs on Boot2Qt devices that are supported by
\l{Qt for Device Creation}. For a list of supported devices, see
- \l{https://doc.qt.io/QtForDeviceCreation/qtee-supported-platforms.html#reference-target-devices}
- {Reference Target Devices}.
+ \l{https://doc.qt.io/QtForDeviceCreation/qtdc-supported-platforms.html}
+ {Reference Target Devices and Development Hosts}.
You must configure the device as instructed in the
\l{https://doc.qt.io/QtForDeviceCreation/b2qt-installation-guides.html}
@@ -94,6 +94,6 @@
host for Qt for Device Creation. This means that you cannot preview UIs on
devices if you are using \QDS on \macos. For more information about
supported development hosts, see
- \l {https://doc.qt.io/QtForDeviceCreation/qtdc-supported-platforms.html}
+ \l {https://doc.qt.io/QtForDeviceCreation/qtdc-supported-platforms.html#supported-development-hosts}
{Supported Development Hosts}.
*/