summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/gf-quickstart.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/gf-quickstart.html b/doc/gf-quickstart.html
index 9f51974d3..28314a091 100644
--- a/doc/gf-quickstart.html
+++ b/doc/gf-quickstart.html
@@ -10,10 +10,13 @@
Aarne Ranta
<p>
20 May, 2005
-</center>
+
+<p>
<h1>Grammatical Framework Quick Start</h1>
+</center>
+
This Quick Start shows two examples of how GF can be used.
We assume that you have downloaded and installed GF, so that
the command <tt>gf</tt> works for you.
@@ -26,9 +29,9 @@ When you have downloaded and installed GF:
<ol>
<li> Copy the files
-<a href="doc/tutorial/Paleolithic.gf"><tt>Paleolithic.gf</tt></a>,
-<a href="doc/tutorial/PaleolithicEng.gf"><tt>PaleolithicEng.gf</tt></a>, and
-<a href="doc/tutorial/PaleolithicIta.gf"><tt>PaleolithicIta.gf</tt></a>.
+<a href="tutorial/Paleolithic.gf"><tt>Paleolithic.gf</tt></a>,
+<a href="tutorial/PaleolithicEng.gf"><tt>PaleolithicEng.gf</tt></a>, and
+<a href="tutorial/PaleolithicIta.gf"><tt>PaleolithicIta.gf</tt></a>.
<li> Start GF with the command
<pre>
@@ -57,7 +60,7 @@ and start GF again with the same command. Now you can even translate
</ol>
To lear more on GF commands and
grammar development, go to the
-<a href="doc/tutorial/01-gf-tutorial2.html">New Grammarian's Tutorial</a>.
+<a href="tutorial/01-gf-tutorial2.html">New Grammarian's Tutorial</a>.