From 9af901b5b5a78032f04249f5cad02e48c15147a0 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 26 Jul 2020 15:30:48 +0000 Subject: [PATCH] Update the doc links to point at 0.15 --- index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a6e8ac11..8d0064e3 100644 --- a/index.html +++ b/index.html @@ -10,14 +10,14 @@ For information about building json-c, see the json-c-0.14 +

Current release: json-c-0.15
Best starting points: 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.

Note: for the most recent development docs clone the source and run: @@ -34,6 +34,12 @@ Then look in the doc/html directory.