On Sat, May 13, 2017 at 11:54 AM, Sven Strickroth <email@xxxxxxxxxx> wrote: Spelling error: Wikipeai Looks good, but let's change these too while we're at it: $ git grep http://en.wikip Documentation/gitweb.txt:87:http://en.wikipedia.org/wiki/Query_string#URL_encoding[]), the difference bisect.c:549: * http://en.wikipedia.org/wiki/Integer_square_root gitweb/gitweb.perl:8088:<a href="http://en.wikipedia.org/wiki/Regular_expression">regular expression</a> (also case > Signed-off-by: Sven Strickroth <email@xxxxxxxxxx> > --- > Documentation/gitweb.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt > index 96156e5e1..88450589a 100644 > --- a/Documentation/gitweb.txt > +++ b/Documentation/gitweb.txt > @@ -84,7 +84,7 @@ separator (rules for Perl's "`split(" ", $line)`"). > > * Fields use modified URI encoding, defined in RFC 3986, section 2.1 > (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 > also percent-encoded). > + > -- > 2.12.1.windows.1 >