diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:10:19 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:28:51 +0000 |
commit | a81534fed8ff34b67a2726d333d9725454663c82 (patch) | |
tree | 37a26dab846072504a8b67becf9a9486574bbc26 /src/cJSON.readme | |
parent | doc: use https:// for www.gnu.org (diff) | |
download | gpgme-a81534fed8ff34b67a2726d333d9725454663c82.tar.gz gpgme-a81534fed8ff34b67a2726d333d9725454663c82.zip |
doc: convert more http:// links to https://
--
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src/cJSON.readme')
-rw-r--r-- | src/cJSON.readme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cJSON.readme b/src/cJSON.readme index 61623b4f..2c9b8960 100644 --- a/src/cJSON.readme +++ b/src/cJSON.readme @@ -25,7 +25,7 @@ Welcome to cJSON. cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file. -JSON is described best here: http://www.json.org/ It's like XML, but +JSON is described best here: https://www.json.org/ It's like XML, but fat-free. You use it to move data around, store things, or just generally represent your program's state. @@ -44,7 +44,7 @@ truth), I'm going to say that you can use it in one of two modes: Auto and Manual. Let's have a quick run-through. -I lifted some JSON from this page: http://www.json.org/fatfree.html +I lifted some JSON from this page: https://www.json.org/fatfree.html That page inspired me to write cJSON, which is a parser that tries to share the same philosophy as JSON itself. Simple, dumb, out of the way. |