Update link to syntax editor in synopsis-browse.txt

This commit is contained in:
john.j.camilleri
2013-07-24 09:34:11 +00:00
parent c15faa84bf
commit db637f08b6

View File

@@ -4,8 +4,8 @@
=Browsing the libraries with GF commands=
**New**: Browsing by syntax editor
[directly on the web ../../../demos/resource-api/editor.html].
**Note**: You can browse using the syntax editor
[directly on the web http://cloud.grammaticalframework.org/syntax-editor/editor.html].
All of the following assume that
``GF_LIB_PATH`` points to the directory ``GF/lib`` with compiled libraries.
@@ -20,4 +20,3 @@ To try out overloaded syntax, test lexicon, and inflection paradigms:
> i -retain alltenses/TryGer.gfo
> cc mkCl (mkNP this_Quant (mkN "Farbe")) (mkA "dunkel")
```