Skip to content

Commit 5e68729

Browse files
cswaregitster
authored andcommitted
doc: use https links to Wikipedia to avoid http redirects
Signed-off-by: Sven Strickroth <[email protected]> Reviewed-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 613416f commit 5e68729

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
@@ -544,7 +544,7 @@ static unsigned get_prn(unsigned count) {
544544

545545
/*
546546
* Custom integer square root from
547-
* http://en.wikipedia.org/wiki/Integer_square_root
547+
* https://en.wikipedia.org/wiki/Integer_square_root
548548
*/
549549
static int sqrti(int val)
550550
{

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)