]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Update the doc links to point at 0.14
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 19 Apr 2020 04:03:15 +0000 (04:03 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 19 Apr 2020 04:03:15 +0000 (04:03 +0000)
index.html

index 2c819bb9f28a707f50ed11e515ce9811c3868222..e37bbafdc95f2a90f2ce64fae619f099ed44c1d4 100644 (file)
@@ -6,28 +6,34 @@
 
 For general information, see <a href="https://github.com/json-c/json-c/wiki">the json-c wiki</a>.  There you can also find a link to the download page for source tarballs.
 
-For information about building json-c, see the <a href="https://github.com/json-c/json-c/blob/master/README">README file</a>.
+For information about building json-c, see the <a href="https://github.com/json-c/json-c/blob/master/README.md">README file</a>.
 
 <h2>Versions:</h2>
 
 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.1/doc/html/index.html">json-c-0.13.1</a>
+Current release: <a href="json-c-0.14/doc/html/index.html">json-c-0.14</a>
 <br>Best starting points:
-<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>
+<a href="json-c-0.14/doc/html/json__object_8h.html">json_object.h</a> or
+<a href="json-c-0.14/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.1/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.14/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.1-20180305/tests/test2.c">test2.c</a>.
-
+<a href="https://github.com/json-c/json-c/blob/json-c-0.14-20200419/tests/test2.c">test2.c</a>.
 
 <hr>
 
 <h3>Older releases</h3>
 
 <ul>
+
+<li><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.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>
+</li>
+
 <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