diff --git a/bot.py b/bot.py index 52a3a3e..45fac16 100755 --- a/bot.py +++ b/bot.py @@ -13,7 +13,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory class Bot(object): pass -print 'Welcome to Cloudbot - Version DEV - https://github.com/lukeroge/CloudBot/' +print 'Welcome to Cloudbot - Version DEV - http://git.io/cloudbot' bot = Bot() diff --git a/core/config.py b/core/config.py index 50098b4..63fe782 100755 --- a/core/config.py +++ b/core/config.py @@ -17,7 +17,7 @@ if not os.path.exists('config'): "server": "localhost", "nick": "nickname", "user": "cloudbot", - "realname": "CloudBot - http://j.mp/uS5Cvx", + "realname": "CloudBot - http://git.io/cloudbot", "nickserv_password": "", "channels": ["#channel"], "command_prefix": ".",