]> granicus.if.org Git - json-c/commitdiff
Update the doc links to point at 0.15
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 26 Jul 2020 15:30:48 +0000 (15:30 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 26 Jul 2020 15:30:48 +0000 (15:30 +0000)
index.html

index a6e8ac118e52846ff24757e36c1904a9ad5cd32c..8d0064e3ddbd7c15e70442a8b50357c0accf1798 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.14</a>
+<p>Current release: <a href="json-c-current-release/doc/html/index.html">json-c-0.15</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.14/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.15/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.14-20200419/tests/test2.c">test2.c</a>.
+<a href="https://github.com/json-c/json-c/blob/json-c-0.15-20200726/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,12 @@ Then look in the doc/html directory.
 
 <ul>
 
+<li><a href="json-c-0.15/doc/html/index.html">json-c-0.15</a>
+<br>Best starting points:
+<a href="json-c-0.15/doc/html/json__object_8h.html">json_object.h</a> or
+<a href="json-c-0.15/doc/html/json__tokener_8h.html">json_tokener.h</a>
+</li>
+
 <li><a href="json-c-0.14/doc/html/index.html">json-c-0.14</a>
 <br>Best starting points:
 <a href="json-c-0.14/doc/html/json__object_8h.html">json_object.h</a> or