diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-11 10:44:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-11 10:44:16 -0700 |
commit | 9f0aa036e92621a74a25ef44e6d15d7296d9d994 (patch) | |
tree | f33d965a7e6b6c9c6cde40e5c908f8f156aa9f15 /Documentation | |
parent | 8e3e28b2f320d27242a2728e48fad27f5f7f2f21 (diff) | |
parent | f79358279c4b447b1318a922e15705d2a00fc5a2 (diff) | |
download | git-9f0aa036e92621a74a25ef44e6d15d7296d9d994.tar.gz |
Merge branch 'jn/preformatted-doc-url' into maint
The top level documentation "git help git" still pointed at the
documentation set hosted at now-defunct google-code repository.
Update it to point to https://git.github.io/htmldocs/git.html
instead.
* jn/preformatted-doc-url:
doc: git-htmldocs.googlecode.com is no more
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index b0611eaab4..494115ae1c 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -31,8 +31,8 @@ page to learn what commands Git offers. You can learn more about individual Git commands with "git help command". linkgit:gitcli[7] manual page gives you an overview of the command-line command syntax. -Formatted and hyperlinked version of the latest Git documentation -can be viewed at `http://git-htmldocs.googlecode.com/git/git.html`. +A formatted and hyperlinked copy of the latest Git documentation +can be viewed at `https://git.github.io/htmldocs/git.html`. ifdef::stalenotes[] [NOTE] |