summaryrefslogtreecommitdiffstats
path: root/HTML
diff options
context:
space:
mode:
authorRomain d'Alverny <rdalverny@mandriva.org>2005-09-01 07:31:18 +0000
committerRomain d'Alverny <rdalverny@mandriva.org>2005-09-01 07:31:18 +0000
commitb2d57b6ec983ae10afe409d5b45c6b371256951c (patch)
tree267c220909eb9b5df2954b9d2b305ddd408677de /HTML
parent994350c1b10f0eaee13eb4772e593158495b0731 (diff)
downloadindexhtml-b2d57b6ec983ae10afe409d5b45c6b371256951c.tar
indexhtml-b2d57b6ec983ae10afe409d5b45c6b371256951c.tar.gz
indexhtml-b2d57b6ec983ae10afe409d5b45c6b371256951c.tar.bz2
indexhtml-b2d57b6ec983ae10afe409d5b45c6b371256951c.tar.xz
indexhtml-b2d57b6ec983ae10afe409d5b45c6b371256951c.zip
fixed remote image path
Diffstat (limited to 'HTML')
-rw-r--r--HTML/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/HTML/index.html b/HTML/index.html
index e4f6fec..c717cd8 100644
--- a/HTML/index.html
+++ b/HTML/index.html
@@ -22,6 +22,6 @@
<li id="support"><a href="http://support.mandriva.com/"><span>support.mandriva.com</span></a></li>
</ul>
</div>
- <img id="i" src="http://images.mandriva.com/iamages/donotremove.png" onload="imgLoad();" onerror="imgError();" />
+ <img id="i" src="http://images.mandriva.com/images/donotremove.png" onload="imgLoad();" onerror="imgError();" />
</body>
</html>