doc: update links to current pages

It's somewhat traditional to respect sites' self-identification.

Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Josh Soref
2023-11-24 03:35:12 +00:00
committed by Junio C Hamano
parent bcb6cae296
commit 65175d9ea2
15 changed files with 16 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
/*
* JSON data structures are defined at:
* [1] http://www.ietf.org/rfc/rfc7159.txt
* [2] http://json.org/
* [2] https://www.json.org/
*
* The JSON-writer API allows one to build JSON data structures using a
* simple wrapper around a "struct strbuf" buffer. It is intended as a