diff options
| -rw-r--r-- | web/include/mailinglists.php | 2 | ||||
| -rw-r--r-- | web/index.php | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/web/include/mailinglists.php b/web/include/mailinglists.php index 4253a34..59de0de 100644 --- a/web/include/mailinglists.php +++ b/web/include/mailinglists.php @@ -19,7 +19,7 @@ For more help, send a blank email to  All of the above information plus more will be sent to you.  </p>  <h3 class="shell">quake3-commits@icculus.org</h3> -<p>There is also a read-only mailing list which tracks changes to the +<p>There is also this read-only mailing list which tracks changes to the  <acronym title="Subversion">SVN</acronym> tree. You'll be sent an email each time  someone commits a change. This is not normally a high-volume list, but it certainly  can be at times. The instructions for this list are identical to the instructions diff --git a/web/index.php b/web/index.php index 9bbd0cb..b0d2267 100644 --- a/web/index.php +++ b/web/index.php @@ -25,6 +25,7 @@ foreach ($navlist as $file => $alias) {  	echo "</li>\n";  }  ?> +		<li><a href="http://svn.icculus.org/quake3/trunk">Subvesion Web</a></li>  	</ul>  	<div id="content">  <?php include_safe("$page.php"); ?> | 
