From d3b05869c498d8dbab31a909042fe5bf3711a5c8 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Wed, 16 Apr 2014 18:40:00 +0100 Subject: [PATCH] Use different link to Git docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcfb589..f039c6b 100644 --- a/README.md +++ b/README.md @@ -471,7 +471,7 @@ A file must be passed when calling the command, e.g.: $ git stripspace < README.md ``` -[*Read more about the Git `stripspace` command.*](https://www.kernel.org/pub/software/scm/git/docs/git-stripspace.html) +[*Read more about the Git `stripspace` command.*](http://git-scm.com/docs/git-stripspace) ### Checking out Pull Requests If you want to check out pull request locally, you can fetch it using that command: