]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
adjust a link for a README that was renamed
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index 524a937aff364f0e204d17f9302095bfb33bbde6..45fb20a1c96b65782c523db68d39690e184fe0ad 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,10 +1,4 @@
-<?php include "top.php"; ?>
-
-<title>GNU nano: Source code</title>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
-<tr VALIGN=TOP>
-<td>
+<?php $title="Source code";  include "top.php"; ?>
 
 <br>
 <center><b>Source Code</b></center>
@@ -16,17 +10,20 @@ on the web.
 <p>
 If you want to build and run the bleeding-edge version of GNU nano,
 read the
-<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
+<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.hacking">
 instructions</a> located in the git repository itself.
 <p>
 
+<br>
 <center>
-<a href="/"><img src="withnano.png" border=0></a>
+<a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
 </center>
-</blockquote>
 
-</td>
-</tr>
-</table>
+<br>
+<center>
+See the <a href="state.php">current versions</a> in some distros.
+</center>
+
+</blockquote>
 
 <?php include "bottom.php"; ?>