From e34ad2645bd22bfaf49df702eacb823c8cbde97e Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 28 Jul 2018 18:33:24 +0200 Subject: [PATCH] Fix broken gitref link in README.md gitref.org points to services.github.com, and has been for some time[0]. [0] https://github.com/git/git-reference/issues/112 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18bcfcc..2f94cd6 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,6 @@ This project is licensed under the MIT License. [3]: http://git-scm.com [4]: https://github.com [5]: http://gitimmersion.com -[6]: http://gitref.org +[6]: https://git.github.io/git-reference/ [7]: http://www.bash2zsh.com/zsh_refcard/refcard.pdf [8]: http://grml.org/zsh/zsh-lovers.html