diff options
author | Josh Soref <jsoref@gmail.com> | 2023-11-24 04:35:13 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-11-26 02:07:05 +0100 |
commit | d05b08cd52cfda627f1d865bdfe6040a2c9521b5 (patch) | |
tree | 56990decca453f1be1aaf65044d82251b464fcd8 /protocol.h | |
parent | doc: update links to current pages (diff) | |
download | git-d05b08cd52cfda627f1d865bdfe6040a2c9521b5.tar.xz 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 'protocol.h')
-rw-r--r-- | protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.h b/protocol.h index de66bf80f8..1e574bbd80 100644 --- a/protocol.h +++ b/protocol.h @@ -18,7 +18,7 @@ * with Linus Torvalds <torvalds@osdl.org> as the point of * contact. September 2005. * - * See http://www.iana.org/assignments/port-numbers + * See https://www.iana.org/assignments/port-numbers */ #define DEFAULT_GIT_PORT 9418 |