diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-02-08 16:22:01 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-08 16:22:01 -0800 |
| commit | efbae0583bb8556444c57d4c336101f97efa6d66 (patch) | |
| tree | 025c367b8729a82bf3e9494f730ebf426e7414cf /json-writer.h | |
| parent | Merge branch 'ps/commit-graph-less-paranoid' into maint-2.43 (diff) | |
| parent | doc: refer to internet archive (diff) | |
| download | git-efbae0583bb8556444c57d4c336101f97efa6d66.tar.gz git-efbae0583bb8556444c57d4c336101f97efa6d66.zip | |
Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43
Stale URLs have been updated to their current counterparts (or
archive.org) and HTTP links are replaced with working HTTPS links.
* js/update-urls-in-doc-and-comment:
doc: refer to internet archive
doc: update links for andre-simon.de
doc: switch links to https
doc: update links to current pages
Diffstat (limited to 'json-writer.h')
| -rw-r--r-- | json-writer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-writer.h b/json-writer.h index 209355e0f1..04413bd1af 100644 --- a/json-writer.h +++ b/json-writer.h @@ -3,8 +3,8 @@ /* * JSON data structures are defined at: - * [1] http://www.ietf.org/rfc/rfc7159.txt - * [2] http://json.org/ + * [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 * simple wrapper around a "struct strbuf" buffer. It is intended as a |
