Skip to content

Commit

Permalink
Updated download links for github
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles committed Dec 11, 2011
1 parent dca7230 commit c665712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion extensions/console/banners.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def print_welcome_msg
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

Expand Down

0 comments on commit c665712

Please sign in to comment.