replace designer with debugger

This commit is contained in:
Alyssa Milburn 2014-07-29 17:17:12 +02:00
parent 3797d36948
commit 4e7fd57288
4 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ forftanks.o: forf.h ctanks.h
forf.o: forf.c forf.h
ctanks.o: ctanks.h
%.html: %.html.m4
%.html: %.html.m4 nav.html.inc
m4 $< > $@
clean:

View File

@ -33,7 +33,7 @@
need a password, just ask one of the dirtbags.
</p>
<form action="designer.cgi" method="post">
<form action="upload.cgi" method="post">
<fieldset id="metadata">
<legend>Information</legend>
<table>

View File

@ -61,8 +61,8 @@
</table>
<p>
To get started, head over to the <a href="designer.html">Tank
Designer</a> and enter the following example tank. This tank will
To get started, head over to the <a href="debugger.html">Tank
Debugger</a> and enter the following example tank. This tank will
move around, turn the turret, and fire if there's something in
front of it.
</p>

View File

@ -5,6 +5,6 @@
<li><a href="intro.html">Introduction</a></li>
<li><a href="forf.html">Forf manual</a></li>
<li><a href="procs.html">Tanks procedures</a></li>
<li><a href="designer.html">Tanks designer</a></li>
<li><a href="debugger.html">Tanks debugger</a></li>
</ul>
</nav>