diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-24 18:13:21 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2017-08-24 18:13:21 +0200 |
| commit | 9761b060f6b07ef66ec88ba87c9a321c46a339b7 (patch) | |
| tree | ae3338b4145c0a1b7f809a6ed2c0d4018e401bb9 /index.html | |
| parent | 6845e7cf35e5096be6a0755330e63abdb84079f1 (diff) | |
fix the API's links on the home page
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index 18f8c8bce..bb466735b 100644 --- a/index.html +++ b/index.html @@ -89,8 +89,8 @@ function sitesearch() { </ul> <h4>Develop Applications</h4> <ul> - <li><a href="http://hackage.haskell.org/package/gf-3.9/docs/PGF.html">PGF library API (Haskell)</a> - <li><a href="doc/runtime-api.html">PGF library API</a> + <li><a href="http://hackage.haskell.org/package/gf-3.9/docs/PGF.html">PGF library API (Old Runtime)</a> + <li><a href="doc/runtime-api.html">PGF library API (New Runtime)</a> <li><a href="src/ui/android/README">GF on Android (new)</a> <li><A HREF="/android/">GF on Android (old) </A> </ul> |
