From b28432648d9eee5f99c6cdc1db6ebfc9d4b64e59 Mon Sep 17 00:00:00 2001 From: Jerome Pasion <jerome.pasion@digia.com> Date: Mon, 22 Oct 2012 14:53:30 +0200 Subject: [PATCH] Doc: Making the header consistent with Qt reference documentation. Change-Id: I2272f577b707ffd2f308924ba01b768c81decaa8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> --- doc/config/qt-html-templates-online.qdocconf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/config/qt-html-templates-online.qdocconf b/doc/config/qt-html-templates-online.qdocconf index 6eb54a94e01..717d90f1283 100644 --- a/doc/config/qt-html-templates-online.qdocconf +++ b/doc/config/qt-html-templates-online.qdocconf @@ -9,9 +9,8 @@ HTML.postheader = \ " <div id=\"narrowsearch\"></div>\n" \ " <div id=\"nav-topright\">\n" \ " <ul>\n" \ - " <li class=\"nav-topright-home\"><a href=\"http://qt-project.org/\">Qt HOME</a></li>\n" \ + " <li class=\"nav-topright-home\"><a href=\"http://qt.digia.com/\">Qt HOME</a></li>\n" \ " <li class=\"nav-topright-dev\"><a href=\"http://wiki.qt-project.org/\">DEV</a></li>\n" \ - " <li class=\"nav-topright-labs\"><a href=\"http://planet.qt-project.org/\">DEV BLOGS</a></li>\n" \ " <li class=\"nav-topright-doc nav-topright-doc-active\"><a href=\"http://qt-project.org/doc/\">\n" \ " DOC</a></li>\n" \ " <li class=\"nav-topright-blog\"><a href=\"http://blog.qt.digia.com/\">BLOG</a></li>\n" \ -- GitLab