]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Update the doc links to point at 0.18 gh-pages
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 15 Sep 2024 17:09:26 +0000 (17:09 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 15 Sep 2024 17:09:26 +0000 (17:09 +0000)
index.html

index 5ab9c8e1e185b5e65f238b5a3d7d6f4fa3bab2de..b4354e1ea6d3567ce1fce848ebcd6e279a8e70da 100644 (file)
@@ -10,14 +10,14 @@ For information about building json-c, see the <a href="https://github.com/json-
 
 <h2>Versions:</h2>
 
-<p>Current release: <a href="json-c-current-release/doc/html/index.html">json-c-0.17</a>
+<p>Current release: <a href="json-c-current-release/doc/html/index.html">json-c-0.18</a>
 <br>Best starting points:
 <a href="json-c-current-release/doc/html/json__object_8h.html">json_object.h</a> or
 <a href="json-c-current-release/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.17/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.18/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.17-20230812/tests/test2.c">test2.c</a>.
+<a href="https://github.com/json-c/json-c/blob/json-c-0.18-20240915/tests/test2.c">test2.c</a>.
 </p>
 
 <p>Note: for the most recent development docs <a href="https://github.com/json-c/json-c">clone the source</a> and run:
@@ -34,6 +34,15 @@ Then look in the doc/html directory.
 
 <ul>
 
+<li><a href="json-c-0.18/doc/html/index.html">json-c-0.18</a>
+<br>Best starting points:
+<a href="json-c-0.18/doc/html/json__object_8h.html">json_object.h</a> or
+<a href="json-c-0.18/doc/html/json__tokener_8h.html">json_tokener.h</a>
+<a href="json-c-0.18/doc/html/json__patch_8h.html">json_patch.h</a>
+<a href="json-c-0.18/doc/html/json__pointer_8h.html">json_pointer.h</a>
+<a href="json-c-0.18/doc/html/json__util_8h.html">json_util.h</a>
+</li>
+
 <li><a href="json-c-0.17/doc/html/index.html">json-c-0.17</a>
 <br>Best starting points:
 <a href="json-c-0.17/doc/html/json__object_8h.html">json_object.h</a> or