diff options
| author | hallgren <hallgren@chalmers.se> | 2014-06-17 08:45:13 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-06-17 08:45:13 +0000 |
| commit | dd2be5c75a276160f9d8adeec376f19d27537932 (patch) | |
| tree | 493c692f41b9ea9a3ded7306a82ad00c52fc0f98 | |
| parent | fe49ddf16d132eb0b9af299d4ab6c8da5c1cacb9 (diff) | |
gf-cloud-api.html: fix a broken link
Thanks to Dana Dannells.
| -rw-r--r-- | src/www/gf-cloud-api.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/gf-cloud-api.html b/src/www/gf-cloud-api.html index 844da42f6..a644ed130 100644 --- a/src/www/gf-cloud-api.html +++ b/src/www/gf-cloud-api.html @@ -73,7 +73,7 @@ might return a result like <p> For more info, see: <ul> - <li><a href="minibar/gf-web-api-examples.html">PGF web service API examples</a>. + <li><a href="gf-web-api-examples.html">PGF web service API examples</a>. <li><a href="http://code.google.com/p/grammatical-framework/wiki/GFWebServiceAPI">PGF web service API documentation</a>. </ul> @@ -150,7 +150,7 @@ For documentation of GF shell commands, see: <hr> <address></address> <div class=modtime><small> -<!-- hhmts start -->Last modified: Fri Apr 19 14:12:55 CEST 2013 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Tue Jun 17 10:42:21 CEST 2014 <!-- hhmts end --> </small></div> <address> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a> |
