summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraarne <unknown>2005-05-20 15:59:51 +0000
committeraarne <unknown>2005-05-20 15:59:51 +0000
commit0441f072425e4e7858b9461e5199d11390c9c2fc (patch)
treefba91706880dfd151c4dc59345da2febd47a71ce /doc
parentf6a921cf6c722bf4c401cfd7aa3847eb71c310d4 (diff)
oops, doc
Diffstat (limited to 'doc')
-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>.