From fc1b113b29c417efe818db529a8f731e5f677299 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Sun, 25 Nov 2018 07:09:00 -0600 Subject: [PATCH] README.html:fix link to Doxygen docs, remove WIN32 link fixes #438 [skip ci] --- README.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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

-- 2.39.5