doc: use https links to Wikipedia to avoid http redirects
Signed-off-by: Sven Strickroth <email@cs-ware.de> Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Sven Strickroth committed
May 13, 2017 at 11:54 UTC
5e68729fd9a17e9e4037abdffa52454a5c64f343
3 files changed
+3
-3
Documentation/gitweb.txt
+1
-1
@@ -84,7 +84,7 @@ separator (rules for Perl's "`split(" ", $line)`").
84
85
* Fields use modified URI encoding, defined in RFC 3986, section 2.1
86
(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
88
being that SP (" ") can be encoded as "{plus}" (and therefore "{plus}" has to be
89
also percent-encoded).
90
+
bisect.c
+1
-1
@@ -544,7 +544,7 @@ static unsigned get_prn(unsigned count) {
544
545
/*
546
* Custom integer square root from
547
- * http://en.wikipedia.org/wiki/Integer_square_root
547
+ * https://en.wikipedia.org/wiki/Integer_square_root
548
*/
549
static int sqrti(int val)
550
{
gitweb/gitweb.perl
+1
-1
@@ -8085,7 +8085,7 @@ sub git_search_help {
8085
<p><strong>Pattern</strong> is by default a normal string that is matched precisely (but without
8086
regard to case, except in the case of pickaxe). However, when you check the <em>re</em> checkbox,
8087
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
8089
insensitive).</p>
8090
<dl>
8091
<dt><b>commit</b></dt>