summaryrefslogtreecommitdiffstats
path: root/examples/webengine
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-03-04 11:28:25 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-03-07 09:12:38 +0000
commit4c996aa2ccac13d3668a1a6c9df6fdc0dc3a321e (patch)
tree99853340ddb258be3bb000c931870a4e51e2f992 /examples/webengine
parentb5a66cf0b138cfe6491e7aaf70a744fadbda0bf2 (diff)
Doc: fix links in the minimal example docs
...to use the external link specified in qtbase\doc\global\externalsites\qt-webpages.qdoc Change-Id: Ieeade45440a5454ec7856230510f3914b1a56800 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'examples/webengine')
-rw-r--r--examples/webengine/minimal/doc/src/minimal.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/webengine/minimal/doc/src/minimal.qdoc b/examples/webengine/minimal/doc/src/minimal.qdoc
index 8dcaa3bb4..c0b89ba5a 100644
--- a/examples/webengine/minimal/doc/src/minimal.qdoc
+++ b/examples/webengine/minimal/doc/src/minimal.qdoc
@@ -67,7 +67,7 @@
In \c main.qml we create the top level window, set a sensible default size
and make it visible. The window will be filled by a WebEngineView item
- loading \l{http://www.qt.io}{the Qt homepage}.
+ loading the \l{Qt Homepage}.
\quotefromfile webengine/minimal/main.qml
\skipto import
@@ -76,7 +76,7 @@
\section1 Requirements
- The example requires a working internet connection to render
- \l{http://www.qt.io}{the Qt homepage}.
+ The example requires a working internet connection to render the
+ \l{Qt Homepage}.
An optional system proxy should be picked up automatically.
*/