From 9fb258d11097dcaf29a4726bca0ce485469d4fc5 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 19 Apr 2020 04:03:15 +0000 Subject: [PATCH] Update the doc links to point at 0.14 --- index.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 2c819bb9..e37bbafd 100644 --- a/index.html +++ b/index.html @@ -6,28 +6,34 @@ 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. +For information about building json-c, see the README file.

Versions:

Note: for the very latest development docs clone the source and run "doxygen", then look in the doc directory.
-Current release: json-c-0.13.1 +Current release: json-c-0.14
Best starting points: -json_object.h or -json_tokener.h +json_object.h or +json_tokener.h -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.

Older releases