On Thu, 7 Mar 2013 00:01:31 -0800 (PST)
Aleksey Rozhkov [off-list ref] wrote:
The page http://git-scm.com/book/ru/
Введение-Первоначальная-настройка-Git contains incorrect link "next"
Now this link to the page
http://git-scm.com/book/ru/Введение-Как-получить-помощь? , but this
page does not exist
I would say "?" is just interpreted as a request part of the URL.
Indeed, the page source contains:
<a href="/book/ru/Введение-Установка-Git">prev</a> | <a
href="/book/ru/Введение-Как-получить-помощь?">next</a>
so the question mark is really included verbatim.
So, correct link is
http://git-scm.com/book/ru/Введение-Как-получить-помощь%3F
Good point, thanks. I Cc'ed the main Git list and made the message
title a bit more clear.
To the Pro Git book maintainer: is it possible to somehow fix the HTML
generation script to URL-encode any special characters if they're to
appear in an URL?