doc: git-htmldocs.googlecode.com is no more

http://git-htmldocs.googlecode.com/git/git.html says There was no service found for the uri requested. Link to the rendered documentation on Jekyll instead. Reported-by: Andrea Stacchiotti <andreastacchiotti@gmail.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jonathan Nieder committed Jun 22, 2016 at 10:38 UTC f79358279c4b447b1318a922e15705d2a00fc5a2
1 file changed +2 -2
Documentation/git.txt
+2 -2
@@ -31,8 +31,8 @@ page to learn what commands Git offers. You can learn more about
31 individual Git commands with "git help command". linkgit:gitcli[7]
32 manual page gives you an overview of the command-line command syntax.
33
34 -Formatted and hyperlinked version of the latest Git documentation
35 -can be viewed at `http://git-htmldocs.googlecode.com/git/git.html`.
34 +A formatted and hyperlinked copy of the latest Git documentation
35 +can be viewed at `https://git.github.io/htmldocs/git.html`.
36
37 ifdef::stalenotes[]
38 [NOTE]