]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Fix typoes with previous change.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 12 Jul 2020 19:17:59 +0000 (19:17 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 12 Jul 2020 19:17:59 +0000 (19:17 +0000)
index.html

index 0385fb9691472e8f8f8afe87798fea80a9d39d70..a6e8ac118e52846ff24757e36c1904a9ad5cd32c 100644 (file)
@@ -12,8 +12,8 @@ For information about building json-c, see the <a href="https://github.com/json-
 
 <p>Current release: <a href="json-c-current-release/doc/html/index.html">json-c-0.14</a>
 <br>Best starting points:
-<a href="json-c-current-releaes/doc/html/json__object_8h.html">json_object.h</a> or
-<a href="json-c-current-releaes/doc/html/json__tokener_8h.html">json_tokener.h</a>
+<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>
 One of the simplest examples is