diff options
| -rw-r--r-- | doc/gf-index.html | 2 | ||||
| -rw-r--r-- | doc/tutorial/gf-tutorial2.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/gf-index.html b/doc/gf-index.html index d4a406f4d..3ac247222 100644 --- a/doc/gf-index.html +++ b/doc/gf-index.html @@ -196,7 +196,7 @@ on editing in the Java interface. <li> - <a href="tutorial/gf-tutorial2.html">New Grammarian's Tutorial</a>, + <a href="doc/tutorial/01-gf-tutorial2.html">New Grammarian's Tutorial</a>, based on the module system (unfinished). More up-to-date but ess detailed than the next one. diff --git a/doc/tutorial/gf-tutorial2.html b/doc/tutorial/gf-tutorial2.html index 1ef8a7f44..50bf2edef 100644 --- a/doc/tutorial/gf-tutorial2.html +++ b/doc/tutorial/gf-tutorial2.html @@ -1020,7 +1020,7 @@ The paradigms <tt>regNoun</tt> does not give the correct forms for all nouns. For instance, <i>louse - lice</i> and <i>fish - fish</i> must be given by using <tt>mkNoun</i>. Also the word <i>boy</i> would be inflected incorrectly; to prevent -this, either use <tt>mkNoun</i> or modify +this, either use <tt>mkNoun</tt> or modify <tt>regNoun</tt> so that the <tt>"y"</tt> case does not apply if the second-last character is a vowel. |
