summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-01-22 14:14:00 +0000
committerhallgren <hallgren@chalmers.se>2011-01-22 14:14:00 +0000
commit991a433b170605c7a75519e333ee135ef03e576d (patch)
treea4e7452d4c28a7578be4fe32562c22d67eb45a2d
parent4fda9b5b631fcd7eb1bba907e0287b9e530c77fe (diff)
Fix broken links in GF Quick Reference
-rw-r--r--doc/gf-reference.t2t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gf-reference.t2t b/doc/gf-reference.t2t
index 8c9edd04b..dc7828241 100644
--- a/doc/gf-reference.t2t
+++ b/doc/gf-reference.t2t
@@ -4,7 +4,7 @@ April 4, 2006
% NOTE: this is a txt2tags file.
% Create an html file from this file using:
-% txt2tags -thtml --toc gf-reference.html
+% txt2tags -thtml gf-reference.t2t
%!style:../css/style.css
%!target:html
@@ -14,7 +14,7 @@ This is a quick reference on GF grammars. It aims to
cover all forms of expression available when writing
grammars. It assumes basic knowledge of GF, which
can be acquired from the
-[GF Tutorial http://www.cs.chalmers.se/~aarne/GF/doc/tutorial/].
+[GF Tutorial http://www.grammaticalframework.org/doc/tutorial/gf-tutorial.html].
Help on GF commands is obtained on line by the
help command (``help``), and help on invoking
GF with (``gf -help``).
@@ -472,7 +472,7 @@ and the result is written to ``foo.gf``.
===References===
-[GF Homepage http://www.cs.chalmers.se/~aarne/GF/]
+[GF Homepage http://www.grammaticalframework.org/]
A. Ranta, Grammatical Framework: A Type-Theoretical Grammar Formalism.
//The Journal of Functional Programming//, vol. 14:2. 2004, pp. 145-189.