Skip to content

Commit 970fb22

Browse files
committed
Merge branch 'jk/update-links-in-docs' into maint
A few http:// links that are redirected to https:// in the documentation have been updated to https:// links. * jk/update-links-in-docs: doc: use https links to Wikipedia to avoid http redirects
2 parents 8d958b9 + 5e68729 commit 970fb22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/gitweb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ separator (rules for Perl's "`split(" ", $line)`").
8484

8585
* Fields use modified URI encoding, defined in RFC 3986, section 2.1
8686
(Percent-Encoding), or rather "Query string encoding" (see
87-
http://en.wikipedia.org/wiki/Query_string#URL_encoding[]), the difference
87+
https://en.wikipedia.org/wiki/Query_string#URL_encoding[]), the difference
8888
being that SP (" ") can be encoded as "{plus}" (and therefore "{plus}" has to be
8989
also percent-encoded).
9090
+

bisect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ static unsigned get_prn(unsigned count) {
546546

547547
/*
548548
* Custom integer square root from
549-
* http://en.wikipedia.org/wiki/Integer_square_root
549+
* https://en.wikipedia.org/wiki/Integer_square_root
550550
*/
551551
static int sqrti(int val)
552552
{

gitweb/gitweb.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8085,7 +8085,7 @@ sub git_search_help {
80858085
<p><strong>Pattern</strong> is by default a normal string that is matched precisely (but without
80868086
regard to case, except in the case of pickaxe). However, when you check the <em>re</em> checkbox,
80878087
the pattern entered is recognized as the POSIX extended
8088-
<a href="http://en.wikipedia.org/wiki/Regular_expression">regular expression</a> (also case
8088+
<a href="https://en.wikipedia.org/wiki/Regular_expression">regular expression</a> (also case
80898089
insensitive).</p>
80908090
<dl>
80918091
<dt><b>commit</b></dt>

0 commit comments

Comments
 (0)