summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/code/src_corelib_tools_qbytearray.cpp')
-rw-r--r--doc/src/snippets/code/src_corelib_tools_qbytearray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp b/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp
index 3c5b41396a..566633f3ab 100644
--- a/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp
+++ b/doc/src/snippets/code/src_corelib_tools_qbytearray.cpp
@@ -218,7 +218,7 @@ if (url.startsWith("ftp:"))
//! [26]
-QByteArray url("http://qtsoftware.com/index.html");
+QByteArray url("http://qt.nokia.com/index.html");
if (url.endsWith(".html"))
...
//! [26]