From: andy5995 Date: Sun, 25 Nov 2018 13:09:00 +0000 (-0600) Subject: README.html:fix link to Doxygen docs, remove WIN32 link X-Git-Tag: json-c-0.14-20200419~107^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F459%2Fhead;p=thirdparty%2Fjson-c.git README.html:fix link to Doxygen docs, remove WIN32 link fixes #438 [skip ci] --- diff --git a/README.html b/README.html index d3615695..e91da73c 100644 --- a/README.html +++ b/README.html @@ -8,8 +8,8 @@

JSON-C - A JSON implementation in C

Overview

-

JSON-C implements a reference counting object model that allows you to easily - construct JSON objects in C, output them as JSON formatted strings and parse +

JSON-C implements a reference counting object model that allows you to easily + construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. It aims to conform to RFC 7159.

@@ -26,8 +26,7 @@

Documentation

-

Doxygen generated documentation exists here - and Win32 specific notes can be found here.

+

Doxygen generated documentation exists here.

GIT Reposository

git clone https://github.com/json-c/json-c.git