From 55ca228981c780748dc59bff9bb49626e1ed1917 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Mon, 5 Mar 2018 23:32:27 -0500 Subject: [PATCH] Update the doc links to point at 0.13.1 --- index.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 54f5337..44fb6d0 100644 --- a/index.html +++ b/index.html @@ -13,14 +13,14 @@ For information about building json-c, see the clone the source and run "doxygen", then look in the doc directory.
-Current release: json-c-0.13 +Current release: json-c-0.13.1
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.
@@ -28,6 +28,12 @@ One of the simplest examples is

Older releases