From: Eric Haszlakiewicz Date: Wed, 3 Apr 2013 02:32:45 +0000 (-0500) Subject: Add links to the 0.11 release docs. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e2da95617fa4fb7c71aaa28ed7639408af504fa;p=thirdparty%2Fjson-c.git Add links to the 0.11 release docs. --- diff --git a/index.html b/index.html index 8ae36aaa..500ba6ce 100644 --- a/index.html +++ b/index.html @@ -4,16 +4,23 @@

json-c API documentation

-For general information, see the json-c wiki. +For general information, see the json-c wiki. There you can also find a link to the download page for source tarballs. For information about building json-c, see the README file.

Versions:

-Note: for the very latest development docs clone the source and run "doxygen". +Note: for the very latest development docs clone the source and run "doxygen", then look in the doc directory. -You can also look at the tests in the tests directory for some examples.
+You can also look at the tests in the tests directory for some examples.
One of the simplest examples is -test2.c. +test2.c.