diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2019-05-03 18:54:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-03 18:54:06 +0200 |
| commit | 078440ffbf031fc1b059490fbc9893b9e111d795 (patch) | |
| tree | d44b1269e8929b58697fd5851df6032a4d9f9888 /doc/tutorial/gf-tutorial.t2t | |
| parent | a5a019a124583f01f37a3b690f45fd9fe8bbb5f6 (diff) | |
| parent | 68919a5e426eac2b6b5b3b744fe5f469a581cf95 (diff) | |
Merge pull request #41 from inariksit/js-doc
(doc) Update path to gflib.js
Diffstat (limited to 'doc/tutorial/gf-tutorial.t2t')
| -rw-r--r-- | doc/tutorial/gf-tutorial.t2t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/gf-tutorial.t2t b/doc/tutorial/gf-tutorial.t2t index 4cfae1d65..1af346a17 100644 --- a/doc/tutorial/gf-tutorial.t2t +++ b/doc/tutorial/gf-tutorial.t2t @@ -4963,7 +4963,7 @@ syntax name. This file contains the multilingual grammar as a JavaScript object. ===Using the JavaScript grammar=== To perform parsing and linearization, the run-time library -``gflib.js`` is used. It is included in ``GF/lib/javascript/``, together with +``gflib.js`` is used. It is included in ``/src/runtime/javascript/``, together with some other JavaScript and HTML files; these files can be used as templates for building applications. |
