Fixes issue #65: Use the new domain and follow redirects

This commit is contained in:
Joshua B. Bussdieker
2014-04-27 12:13:17 -07:00
parent 0f01e8130d
commit f320151f4a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Installing
To install:
bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
bash < <(curl -s -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
Installing Go
=============
+1 -1
View File
@@ -26,7 +26,7 @@ Installing
To install:
bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)
bash < <(curl -s -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
Installing Go
=============