1
0
forked from GitHub/gf-core

(doc) Update path to gflib.js

This commit is contained in:
Inari Listenmaa
2019-05-03 18:53:28 +02:00
parent a5a019a124
commit 68919a5e42

View File

@@ -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.