summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-12-18 22:14:32 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-12-18 22:14:32 +0100
commit4bda53acb7b618687df4e9654346874ae8bdcb3d (patch)
treee43a662be7a401ce1113d3616aa4212204ccfb2a
parent54204d2d95b1ff7d58c4056097fa110f2030f1b2 (diff)
Update PGF API link to point to 3.9, as 3.10 has no docs on Hackage
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 5084c92a6..bc96c6ba3 100644
--- a/index.html
+++ b/index.html
@@ -64,9 +64,9 @@
<ul class="mb-2">
<li><a href="doc/gf-developers.html">Developers Guide</a></li>
<!-- <li><a href="/~hallgren/gf-experiment/browse/">Browse Source Code</a></li> -->
- <li><a href="http://hackage.haskell.org/package/gf/docs/PGF.html">PGF library API (Haskell runtime)</a></li>
+ <li><a href="http://hackage.haskell.org/package/gf-3.9/docs/PGF.html">PGF library API (Haskell runtime)</a></li>
<li><a href="doc/runtime-api.html">PGF library API (C runtime)</a></li>
- <li><a href="http://hackage.haskell.org/package/gf/docs/GF.html">GF compiler API</a></li>
+ <li><a href="http://hackage.haskell.org/package/gf-3.9/docs/GF.html">GF compiler API</a></li>
<!-- <li><a href="src/ui/android/README">GF on Android (new)</a></li>
<li><a href="/android/">GF on Android (old) </a></li> -->
<li><a href="doc/gf-editor-modes.html">Text Editor Support</a></li>