From 4e2da95617fa4fb7c71aaa28ed7639408af504fa Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Tue, 2 Apr 2013 21:32:45 -0500 Subject: [PATCH] Add links to the 0.11 release docs. --- index.html | 17 ++++++++++++----- 1 file 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 @@

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.