diff options
author | Jeff King <peff@peff.net> | 2017-04-20 16:32:39 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-20 22:05:37 -0700 |
commit | 02ba23f970581f7aa854f4874f126e73d72afc59 (patch) | |
tree | ee5665c3efad5e6c786bb69ae49fa87c89c41bdd | |
parent | e52a53df38af37cc32d641bfdeaa43ceb8277eef (diff) | |
download | git-02ba23f970581f7aa854f4874f126e73d72afc59.tar.gz git-02ba23f970581f7aa854f4874f126e73d72afc59.tar.xz |
doc: replace or.cz gitwiki link with git.wiki.kernel.org
The or.cz version of the Git wiki went away long ago, and
now just redirects to kernel.org.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tools.txt b/Documentation/git-tools.txt index 2f4ff5015..d0fec4cdd 100644 --- a/Documentation/git-tools.txt +++ b/Documentation/git-tools.txt @@ -7,4 +7,4 @@ maintained here. These days, however, search engines fill that role much more efficiently, so this manually-maintained list has been retired. See also the `contrib/` area, and the Git wiki: -http://git.or.cz/gitwiki/InterfacesFrontendsAndTools +https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools |