diff options
| author | Josh Soref <jsoref@gmail.com> | 2023-11-24 03:35:13 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-11-26 10:07:05 +0900 |
| commit | d05b08cd52cfda627f1d865bdfe6040a2c9521b5 (patch) | |
| tree | 56990decca453f1be1aaf65044d82251b464fcd8 /json-writer.h | |
| parent | doc: update links to current pages (diff) | |
| download | git-d05b08cd52cfda627f1d865bdfe6040a2c9521b5.tar.gz git-d05b08cd52cfda627f1d865bdfe6040a2c9521b5.zip | |
doc: switch links to https
These sites offer https versions of their content.
Using the https versions provides some protection for users.
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 75f4f99ab0..04413bd1af 100644 --- a/json-writer.h +++ b/json-writer.h @@ -3,7 +3,7 @@ /* * JSON data structures are defined at: - * [1] http://www.ietf.org/rfc/rfc7159.txt + * [1] https://www.ietf.org/rfc/rfc7159.txt * [2] https://www.json.org/ * * The JSON-writer API allows one to build JSON data structures using a |
