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>
This commit is contained in:
Sven Strickroth 2017-05-13 11:54:51 +02:00 коммит произвёл Junio C Hamano
Родитель 613416f0be
Коммит 5e68729fd9
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -84,7 +84,7 @@ separator (rules for Perl's "`split(" ", $line)`").
* Fields use modified URI encoding, defined in RFC 3986, section 2.1 * Fields use modified URI encoding, defined in RFC 3986, section 2.1
(Percent-Encoding), or rather "Query string encoding" (see (Percent-Encoding), or rather "Query string encoding" (see
http://en.wikipedia.org/wiki/Query_string#URL_encoding[]), the difference https://en.wikipedia.org/wiki/Query_string#URL_encoding[]), the difference
being that SP (" ") can be encoded as "{plus}" (and therefore "{plus}" has to be being that SP (" ") can be encoded as "{plus}" (and therefore "{plus}" has to be
also percent-encoded). also percent-encoded).
+ +

Просмотреть файл

@ -544,7 +544,7 @@ static unsigned get_prn(unsigned count) {
/* /*
* Custom integer square root from * Custom integer square root from
* http://en.wikipedia.org/wiki/Integer_square_root * https://en.wikipedia.org/wiki/Integer_square_root
*/ */
static int sqrti(int val) static int sqrti(int val)
{ {

Просмотреть файл

@ -8085,7 +8085,7 @@ sub git_search_help {
<p><strong>Pattern</strong> is by default a normal string that is matched precisely (but without <p><strong>Pattern</strong> is by default a normal string that is matched precisely (but without
regard to case, except in the case of pickaxe). However, when you check the <em>re</em> checkbox, regard to case, except in the case of pickaxe). However, when you check the <em>re</em> checkbox,
the pattern entered is recognized as the POSIX extended the pattern entered is recognized as the POSIX extended
<a href="http://en.wikipedia.org/wiki/Regular_expression">regular expression</a> (also case <a href="https://en.wikipedia.org/wiki/Regular_expression">regular expression</a> (also case
insensitive).</p> insensitive).</p>
<dl> <dl>
<dt><b>commit</b></dt> <dt><b>commit</b></dt>