[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21563: {website} Also fix the "browser the source" link (in website/trunk: en include)
Author: sebastian
Date: 2010-02-05 15:14:19 +0000 (Fri, 05 Feb 2010)
New Revision: 21563
Modified:
website/trunk/en/documentation.wml
website/trunk/include/links.wmi
Log:
Also fix the "browser the source" link
Modified: website/trunk/en/documentation.wml
===================================================================
--- website/trunk/en/documentation.wml 2010-02-05 14:42:08 UTC (rev 21562)
+++ website/trunk/en/documentation.wml 2010-02-05 15:14:19 UTC (rev 21563)
@@ -258,7 +258,7 @@
<h2><a class="anchor" href="#Developers">For Developers</a></h2>
Browse the Tor <b>source repository</b>:
<ul>
- <li><a href="<gittree>">Browse the repository's source tree directly</a></li>
+ <li><a href="<gitrepo>">Browse the repository's source tree directly</a></li>
<li>Git and SVN access:
<ul>
<li><kbd>git clone git://git.torproject.org/git/tor</kbd></li>
Modified: website/trunk/include/links.wmi
===================================================================
--- website/trunk/include/links.wmi 2010-02-05 14:42:08 UTC (rev 21562)
+++ website/trunk/include/links.wmi 2010-02-05 15:14:19 UTC (rev 21563)
@@ -2,6 +2,7 @@
<define-tag gitblob whitespace=delete>http://gitweb.torproject.org/tor.git?a=blob_plain;hb=HEAD;f=</define-tag>
<define-tag gittree whitespace=delete>http://gitweb.torproject.org/tor.git?a=tree;hb=HEAD;f=</define-tag>
+<define-tag gitrepo whitespace=delete>http://gitweb.torproject.org/tor.git?a=tree;hb=HEAD</define-tag>
<define-tag svnwebsite whitespace=delete>https://svn.torproject.org/svn/website/trunk/</define-tag>
# Xinclude "locallinks.wmi"