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 forf.o: forf.c forf.h
ctanks.o: ctanks.h ctanks.o: ctanks.h
%.html: %.html.m4 %.html: %.html.m4 nav.html.inc
m4 $< > $@ m4 $< > $@
clean: clean:

View File

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

View File

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

View File

@ -5,6 +5,6 @@
<li><a href="intro.html">Introduction</a></li> <li><a href="intro.html">Introduction</a></li>
<li><a href="forf.html">Forf manual</a></li> <li><a href="forf.html">Forf manual</a></li>
<li><a href="procs.html">Tanks procedures</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> </ul>
</nav> </nav>