diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-02 13:27:20 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-02 13:27:20 (GMT) |
commit | b9767be7c1f52c95e1040175b8496e4ef49ac961 (patch) | |
tree | d0c14d73aeae17dea3966547287bf39945161736 /tools/qdoc3/test | |
parent | 6d872ce4f906e16d2da2c2511da5b6d065c3367f (diff) | |
download | Qt-b9767be7c1f52c95e1040175b8496e4ef49ac961.zip Qt-b9767be7c1f52c95e1040175b8496e4ef49ac961.tar.gz Qt-b9767be7c1f52c95e1040175b8496e4ef49ac961.tar.bz2 |
Doc: adding changes to getting started and fixing redirection links
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index e439708..cf15628 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -30,7 +30,7 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " <div id=\"shortCut\">\n" \ " <ul>\n" \ " <li class=\"shortCut-topleft-inactive\"><span><a href=\"index.html\">Qt 4.7</a></span></li>\n" \ - " <li class=\"shortCut-topleft-active\"><a href=\"http://qt.nokia.com/doc/\">ALL VERSIONS" \ + " <li class=\"shortCut-topleft-active\"><a href=\"http://doc.qt.nokia.com\">ALL VERSIONS" \ " </a></li>\n" \ " </ul>\n" \ " </div>\n" \ |