summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2013-04-02 21:32:45 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2013-04-02 21:32:45 -0500
commit4e2da95617fa4fb7c71aaa28ed7639408af504fa (patch)
treedc0349c335b8d153bcbce4a00cdf39cdf44140bb
parent56c8bb9f6e527c6a18ece575f303f796238ceef4 (diff)
downloadjson-c-4e2da95617fa4fb7c71aaa28ed7639408af504fa.tar.gz
Add links to the 0.11 release docs.
-rw-r--r--index.html17
1 files changed, 12 insertions, 5 deletions
diff --git a/index.html b/index.html
index 8ae36aa..500ba6c 100644
--- a/index.html
+++ b/index.html
@@ -4,16 +4,23 @@
<body>
<h1>json-c API documentation</h1>
-For general information, see <a href="https://github.com/json-c/json-c/wiki">the json-c wiki</a>.
+For general information, see <a href="https://github.com/json-c/json-c/wiki">the json-c wiki</a>. There you can also find a link to the download page for source tarballs.
For information about building json-c, see the <a href="https://github.com/json-c/json-c/blob/master/README">README file</a>.
<h2>Versions:</h2>
-Note: for the very latest development docs <a href="https://github.com/json-c/json-c">clone the source</a> and run "doxygen".
+Note: for the very latest development docs <a href="https://github.com/json-c/json-c">clone the source</a> and run "doxygen", then look in the doc directory.
<ul>
-<li>Current release: <a href="json-c-0.10/doc/html/index.html">json-c-0.10</a>
+<li>Current release: <a href="json-c-0.11/doc/html/index.html">json-c-0.11</a>
+<br>Best starting points:
+<a href="json-c-0.11/doc/html/json__object_8h.html">json_object.h</a> or
+<a href="json-c-0.11/doc/html/json__tokener_8h.html">json_tokener.h</a>
+
+</li>
+
+<li><a href="json-c-0.10/doc/html/index.html">json-c-0.10 release</a>
<br>Best starting points:
<a href="json-c-0.10/doc/html/json__object_8h.html">json_object.h</a> or
<a href="json-c-0.10/doc/html/json__tokener_8h.html">json_tokener.h</a>
@@ -22,9 +29,9 @@ Note: for the very latest development docs <a href="https://github.com/json-c/js
<li><a href="http://oss.metaparadigm.com/json-c/doc/html/annotated.html">0.9 and earlier</a></li>
</ul>
-You can also look at the tests in <a href="https://github.com/json-c/json-c/blob/json-c-0.10/tests/">the tests directory</a> for some examples.<br>
+You can also look at the tests in <a href="https://github.com/json-c/json-c/blob/json-c-0.11/tests/">the tests directory</a> for some examples.<br>
One of the simplest examples is
-<a href="https://github.com/json-c/json-c/blob/json-c-0.10/tests/test2.c">test2.c</a>.
+<a href="https://github.com/json-c/json-c/blob/json-c-0.11/tests/test2.c">test2.c</a>.
</body>
</html>