[or-cvs] r23544: {website} fix web doc image path (website/trunk/docs/en)

Andrew Lewman andrew at torproject.org
Sun Oct 10 01:25:06 UTC 2010


Author: phobos
Date: 2010-10-10 01:25:05 +0000 (Sun, 10 Oct 2010)
New Revision: 23544

Modified:
   website/trunk/docs/en/tor-doc-web.wml
Log:
fix web doc image path


Modified: website/trunk/docs/en/tor-doc-web.wml
===================================================================
--- website/trunk/docs/en/tor-doc-web.wml	2010-10-10 01:23:12 UTC (rev 23543)
+++ website/trunk/docs/en/tor-doc-web.wml	2010-10-10 01:25:05 UTC (rev 23544)
@@ -20,7 +20,7 @@
     </p>
     
     <img alt="Torbutton plugin for Firefox"
-    src="../img/screenshot-torbutton.png"
+    src="$(IMGROOT)/screenshot-torbutton.png"
     border="1"/>
     
     <br />
@@ -38,7 +38,7 @@
     Server - Advanced.</p>
     
     <img alt="Proxy settings in Firefox"
-    src="../img/screenshot-win32-firefox-proxies.jpg" />
+    src="$(IMGROOT)/screenshot-win32-firefox-proxies.jpg" />
     
     <p>
     You should fill in "localhost"



More information about the tor-commits mailing list