]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Update the doc links to point at 0.13.1
authorEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 6 Mar 2018 04:32:27 +0000 (23:32 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 6 Mar 2018 04:32:27 +0000 (23:32 -0500)
index.html

index 54f5337b69713740cc906d8e8bd6141433d1df0f..44fb6d0d8a7b8979acb0950e65104b10a563708d 100644 (file)
@@ -13,14 +13,14 @@ For information about building json-c, see the <a href="https://github.com/json-
 Note: for the very latest development docs <a href="https://github.com/json-c/json-c">clone the source</a> and run "doxygen", then look in the doc directory.
 <br>
 
-Current release: <a href="json-c-0.13/doc/html/index.html">json-c-0.13</a>
+Current release: <a href="json-c-0.13.1/doc/html/index.html">json-c-0.13.1</a>
 <br>Best starting points:
-<a href="json-c-0.13/doc/html/json__object_8h.html">json_object.h</a> or
-<a href="json-c-0.13/doc/html/json__tokener_8h.html">json_tokener.h</a>
+<a href="json-c-0.13.1/doc/html/json__object_8h.html">json_object.h</a> or
+<a href="json-c-0.13.1/doc/html/json__tokener_8h.html">json_tokener.h</a>
 
-You can also look at the tests in <a href="https://github.com/json-c/json-c/blob/json-c-0.13/tests/">the tests directory</a> for some examples.<br>
+You can also look at the tests in <a href="https://github.com/json-c/json-c/blob/json-c-0.13.1/tests/">the tests directory</a> for some examples.<br>
 One of the simplest examples is 
-<a href="https://github.com/json-c/json-c/blob/json-c-0.13/tests/test2.c">test2.c</a>.
+<a href="https://github.com/json-c/json-c/blob/json-c-0.13.1/tests/test2.c">test2.c</a>.
 
 
 <hr>
@@ -28,6 +28,12 @@ One of the simplest examples is
 <h3>Older releases</h3>
 
 <ul>
+<li><a href="json-c-0.13/doc/html/index.html">json-c-0.13</a>
+<br>Best starting points:
+<a href="json-c-0.13/doc/html/json__object_8h.html">json_object.h</a> or
+<a href="json-c-0.13/doc/html/json__tokener_8h.html">json_tokener.h</a>
+</li>
+
 <li><a href="json-c-0.12.1/doc/html/index.html">json-c-0.12.1</a>
 <br>Best starting points:
 <a href="json-c-0.12.1/doc/html/json__object_8h.html">json_object.h</a> or