summaryrefslogtreecommitdiffstats
path: root/examples/xml/htmlinfo/simpleexample.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/htmlinfo/simpleexample.html')
-rw-r--r--examples/xml/htmlinfo/simpleexample.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/xml/htmlinfo/simpleexample.html b/examples/xml/htmlinfo/simpleexample.html
index d46a494979..2963b22006 100644
--- a/examples/xml/htmlinfo/simpleexample.html
+++ b/examples/xml/htmlinfo/simpleexample.html
@@ -5,7 +5,7 @@
</head>
<body>
<p>A paragraph.</p>
- <p>A second paragraph. Check out our <a href="http://blog.qt.digia.com/">developer blogs</a></p>
- <p>And the last paragraph. Or our <a href="http://qt-project.org/doc/">online documentation</a>.</p>
+ <p>A second paragraph. Check out our <a href="http://blog.qt.io/">developer blogs</a></p>
+ <p>And the last paragraph. Or our <a href="http://doc.qt.io/">online documentation</a>.</p>
</body>
</html>