From 1fce114213e8d7d823dae1020671a6650e48c481 Mon Sep 17 00:00:00 2001 From: Josiah Boning Date: Thu, 10 Jul 2014 13:04:33 -0700 Subject: [PATCH] Update README to reflect new download location Github seems to have moved to hosting files at githubusercontent.com. --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 7f5f1f5..4de5871 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -9,7 +9,7 @@ git clone "hg::http://selenic.com/repo/hello" To enable this, simply add the 'git-remote-hg' script anywhere in your `$PATH`: -------------------------------------- -wget https://raw.github.com/felipec/git-remote-hg/master/git-remote-hg -O ~/bin/git-remote-hg +wget https://raw.githubusercontent.com/felipec/git-remote-hg/master/git-remote-hg -O ~/bin/git-remote-hg chmod +x ~/bin/git-remote-hg --------------------------------------