From c665712f7517fb728f0e45bea935f7880077e9df Mon Sep 17 00:00:00 2001 From: bcoles Date: Sun, 11 Dec 2011 20:55:27 +1030 Subject: [PATCH] Updated download links for github --- README | 2 +- extensions/console/banners.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 5b594d3bc..7bf5a310e 100644 --- a/README +++ b/README @@ -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: diff --git a/extensions/console/banners.rb b/extensions/console/banners.rb index f330fe521..f09a30d8b 100644 --- a/extensions/console/banners.rb +++ b/extensions/console/banners.rb @@ -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