diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2019-05-20 10:36:35 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2019-05-20 10:36:35 +0200 |
| commit | 7a3efdfeb9171a38e594f177d0541124837d32ba (patch) | |
| tree | 85ca159d7108292a4f32842f10aff8ee1be095a6 | |
| parent | 86066d4b12d61e999740bf6a3a09b6547697ee13 (diff) | |
Update link to RGL tutorial (now HTML version)
| -rw-r--r-- | bin/template.html | 6 | ||||
| -rw-r--r-- | doc/index.md | 1 | ||||
| -rw-r--r-- | index.html | 8 |
3 files changed, 12 insertions, 3 deletions
diff --git a/bin/template.html b/bin/template.html index 881f3f2e3..15306e1d9 100644 --- a/bin/template.html +++ b/bin/template.html @@ -80,7 +80,11 @@ $body$ <ul class="list-unstyled"> <li><a href="https://www.youtube.com/watch?v=x1LFbDQhbso">Google Tech Talk</a></li> <li><a href="http://cloud.grammaticalframework.org/">GF Cloud</a></li> - <li><a href="$rel-root$/doc/tutorial/gf-tutorial.html">Tutorial</a></li> + <li> + <a href="$rel-root$/doc/tutorial/gf-tutorial.html">Tutorial</a> + / + <a href="$rel-root$/lib/doc/rgl-tutorial/index.html">RGL Tutorial</a> + </li> <li><a href="$rel-root$/download"><strong>Download GF</strong></a></li> </ul> </div> diff --git a/doc/index.md b/doc/index.md index 18c4979c1..39d2c3036 100644 --- a/doc/index.md +++ b/doc/index.md @@ -6,6 +6,7 @@ Perhaps you're looking for one of the following: - [Tutorial](tutorial/gf-tutorial.html). This is a hands-on introduction to grammar writing in GF. - [Reference Manual](gf-refman.html). A full-scale reference manual of the GF language. +- [RGL Tutorial](../lib/doc/rgl-tutorial/index.html) - [RGL Synopsis](../lib/doc/synopsis/index.html). Documentation of the Resource Grammar Library, including the syntax API and lexical paradigms for each language. - [Shell Reference](gf-shell-reference.html). Describes the commands available in the interactive GF shell. Also summarizes how to run GF as a batch compiler. diff --git a/index.html b/index.html index 5084c92a6..decea87d6 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,11 @@ <img src="http://www.grammaticalframework.org/src/www/P/gf-cloud.png" style="height:30px" class="ml-2" alt="Cloud logo"> </a> </li> - <li><a href="doc/tutorial/gf-tutorial.html">Tutorial</a></li> + <li> + <a href="doc/tutorial/gf-tutorial.html">Tutorial</a> + / + <a href="lib/doc/rgl-tutorial/index.html">RGL Tutorial</a> + </li> </ul> <a href="download/index.html" class="btn btn-primary ml-3"> @@ -363,7 +367,7 @@ least one, it may help you to get a first idea of what GF is. <p> Adding a language to the resource library takes 3 to 9 months - contributions - are welcome! You can start with the <a href="doc/gf-lrec-2010.pdf">resource grammarian's tutorial</a>. + are welcome! You can start with the <a href="lib/doc/rgl-tutorial/index.html">resource grammarian's tutorial</a>. </p> </div><!-- .col-6 --> |
