diff options
author | Josh Soref <jsoref@gmail.com> | 2023-11-24 04:35:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-11-26 02:07:05 +0100 |
commit | 65175d9ea26bebeb9d69977d0e75efc0e88dbced (patch) | |
tree | e61c37b524583da2971612dc3ce0284c844ecd52 /json-writer.h | |
parent | The twelfth batch (diff) | |
download | git-65175d9ea26bebeb9d69977d0e75efc0e88dbced.tar.xz git-65175d9ea26bebeb9d69977d0e75efc0e88dbced.zip |
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>
Diffstat (limited to 'json-writer.h')
-rw-r--r-- | json-writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-writer.h b/json-writer.h index 209355e0f1..75f4f99ab0 100644 --- a/json-writer.h +++ b/json-writer.h @@ -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 |