summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-04 11:09:44 +0200
committerJerome Pasion <jerome.pasion@digia.com>2013-09-04 12:37:26 +0200
commit8fc6bb35a7757b2c82e4dceab3b7fa9c00e36499 (patch)
treef0741a2ef4bd7d53f2cb61f2ddf502def187f47c
parenta2d24097e640e29ba8b32906ecc87ac302513c8a (diff)
snapshot: Made relative link to assets into absolute links.
-Projects that lead to the 404.html do not have the assets (CSS and PNG images) in their images/ and style/ directory causing missing images and incorrect styling. Change-Id: Iebd6cc360819f511976127a56644b5f7d3a37755 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--doc-snapshot/404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-snapshot/404.html b/doc-snapshot/404.html
index 5d9c638..ae854d1 100644
--- a/doc-snapshot/404.html
+++ b/doc-snapshot/404.html
@@ -9,7 +9,7 @@
<meta name="description" content="Qt Documentation Snapshots">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
- <link href="style/online.css" rel="stylesheet" type="text/css">
+ <link href="http://doc-snapshot.qt-project.org/style/online.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
/* html5 fix for ie6-8 */
@@ -45,7 +45,7 @@
<div class="qt13a-sixCol">
<div id="qt13a-logo">
<a href="http://qt-project.org/" class="qt13a-site-logo">
- <img src="images/Qt-logo.png" alt="Qt">
+ <img src="http://doc-snapshot.qt-project.org/images/Qt-logo.png" alt="Qt">
</a>
</div>
<div id="qt13a-title_nav">