Updated download links for github

This commit is contained in:
bcoles
2011-12-11 20:55:27 +10:30
parent dca7230649
commit c665712f75
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -59,7 +59,7 @@ Most of the contents of this file will eventually be added to /install.rb. In th
5. Install instructions
Obtain application code either by downloading an archive from http://code.google.com/p/beef/downloads/list or checking out the source from http://code.google.com/p/beef/source/checkout
Obtain application code either by downloading an archive from http://code.google.com/p/beef/downloads/list or checking out the source from https://github.com/beefproject/beef/downloads/
Navigate to the ruby source directory and run:

View File

@@ -44,7 +44,7 @@ module Banners
data = "Version #{version}\n"
data += "Website http://beefproject.com\n"
data += "Run 'beef -h' for basic help.\n"
data += "Run 'git pull https://code.google.com/p/beef master' to update to the latest revision."
data += "Run 'git pull https://github.com/beefproject/beef.git master' to update to the latest revision."
print_more data
end