Skip to content

Commit d05b08c

Browse files
jsorefgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 65175d9 commit d05b08c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+56
-56
lines changed

Documentation/MyFirstContribution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ Johannes Schindelin to make life as a Git contributor easier for those used to
832832
the GitHub PR workflow. It allows contributors to open pull requests against its
833833
mirror of the Git project, and does some magic to turn the PR into a set of
834834
emails and send them out for you. It also runs the Git continuous integration
835-
suite for you. It's documented at http://gitgitgadget.github.io.
835+
suite for you. It's documented at https://gitgitgadget.github.io/.
836836

837837
[[create-fork]]
838838
=== Forking `git/git` on GitHub

Documentation/git-cvsimport.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Problems related to tags:
221221
If you suspect that any of these issues may apply to the repository you
222222
want to import, consider using cvs2git:
223223

224-
* cvs2git (part of cvs2svn), `http://subversion.apache.org/`
224+
* cvs2git (part of cvs2svn), `https://subversion.apache.org/`
225225

226226
GIT
227227
---

Documentation/git-imap-send.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ flames ridiculing you if you don't check this.
135135

136136
Thunderbird in particular is known to be problematic. Thunderbird
137137
users may wish to visit this web page for more information:
138-
http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
138+
https://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
139139

140140
SEE ALSO
141141
--------

Documentation/git-send-email.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ have been specified, in which case default to 'compose'.
453453
998 characters unless a suitable transfer encoding
454454
('auto', 'base64', or 'quoted-printable') is used;
455455
this is due to SMTP limits as described by
456-
http://www.ietf.org/rfc/rfc5322.txt.
456+
https://www.ietf.org/rfc/rfc5322.txt.
457457
--
458458
+
459459
Default is the value of `sendemail.validate`; if this is not set,

Documentation/gitcore-tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ the remote repository URL in the local repository's config file
10891089
like this:
10901090

10911091
------------------------------------------------
1092-
$ git config remote.linus.url http://www.kernel.org/pub/scm/git/git.git/
1092+
$ git config remote.linus.url https://git.kernel.org/pub/scm/git/git.git/
10931093
------------------------------------------------
10941094

10951095
and use the "linus" keyword with 'git pull' instead of the full URL.

Documentation/gitprotocol-http.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ TODO: Document this further.
529529
REFERENCES
530530
----------
531531

532-
http://www.ietf.org/rfc/rfc1738.txt[RFC 1738: Uniform Resource Locators (URL)]
533-
http://www.ietf.org/rfc/rfc2616.txt[RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1]
532+
https://www.ietf.org/rfc/rfc1738.txt[RFC 1738: Uniform Resource Locators (URL)]
533+
https://www.ietf.org/rfc/rfc2616.txt[RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1]
534534

535535
SEE ALSO
536536
--------

Documentation/gitweb.conf.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ filesystem (i.e. "$projectroot/$project"), `%h` to the current hash
820820
(\'h' gitweb parameter) and `%b` to the current hash base
821821
(\'hb' gitweb parameter); `%%` expands to \'%'.
822822
+
823-
For example, at the time this page was written, the http://repo.or.cz[]
823+
For example, at the time this page was written, the https://repo.or.cz[]
824824
Git hosting site set it to the following to enable graphical log
825825
(using the third party tool *git-browser*):
826826
+

Documentation/gitweb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gitweb provides a web interface to Git repositories. Its features include:
2828
revisions one at a time, viewing the history of the repository.
2929
* Finding commits which commit messages matches given search term.
3030

31-
See http://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code,
31+
See https://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code,
3232
browsed using gitweb itself.
3333

3434

Documentation/howto/keep-canonical-history-correct.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ The procedure will result in a history that looks like this:
213213
B0--B1---------B2
214214
------------
215215

216-
See also http://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html
216+
See also https://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html

Documentation/signoff-option.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif::git-commit[]
99
the committer has the rights to submit the work under the
1010
project's license or agrees to some contributor representation,
1111
such as a Developer Certificate of Origin.
12-
(See http://developercertificate.org for the one used by the
12+
(See https://developercertificate.org for the one used by the
1313
Linux kernel and Git projects.) Consult the documentation or
1414
leadership of the project to which you're contributing to
1515
understand how the signoffs are used in that project.

0 commit comments

Comments
 (0)