Browse Source

Fix typoes with previous change.

gh-pages
Eric Haszlakiewicz 5 years ago
parent
commit
6a0b2d669f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      index.html

+ 2
- 2
index.html View 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


Loading…
Cancel
Save