diff --git a/contributing.md b/contributing.md
index 918bf106..6f6b95a9 100644
--- a/contributing.md
+++ b/contributing.md
@@ -89,7 +89,7 @@ Please follow this process; it's the best way to get your work included in the p
# navigate to the newly cloned directory
cd SickRage
# assign the original repo to a remote called "upstream"
- git remote add upstream https://github.com/echel0n/SickRage.git
+ git remote add upstream https://github.com/SickragePVR/SickRage.git
```
- If you cloned a while ago, get the latest changes from upstream:
diff --git a/gui/slick/interfaces/default/config.tmpl b/gui/slick/interfaces/default/config.tmpl
index 82d2b5a6..d761c4fd 100644
--- a/gui/slick/interfaces/default/config.tmpl
+++ b/gui/slick/interfaces/default/config.tmpl
@@ -45,7 +45,7 @@
$sys.version[:120] |
http://www.sickrage.tv/ |
http://sickrage.tv/forums/ |
- https://github.com/echel0n/SickRage/ |
+ https://github.com/SickragePVR/SickRage/ |
#sickrage on irc.freenode.net |
diff --git a/sickbeard/notifiers/growl.py b/sickbeard/notifiers/growl.py
index 4f151ae1..47ea6ef3 100644
--- a/sickbeard/notifiers/growl.py
+++ b/sickbeard/notifiers/growl.py
@@ -70,7 +70,7 @@ class GrowlNotifier:
notice.add_header('Notification-Priority', options['priority'])
if options['icon']:
notice.add_header('Notification-Icon',
- 'https://raw.github.com/echel0n/SickRage/master/gui/slick/images/sickrage.png')
+ 'https://raw.github.com/SickragePVR/SickRage/master/gui/slick/images/sickrage.png')
if message:
notice.add_header('Notification-Text', message)
@@ -174,7 +174,7 @@ class GrowlNotifier:
register = gntp.GNTPRegister()
register.add_header('Application-Name', opts['app'])
register.add_header('Application-Icon',
- 'https://raw.githubusercontent.com/echel0n/SickRage/master/gui/slick/images/sickrage-shark-mascot.png')
+ 'https://raw.githubusercontent.com/SickragePVR/SickRage/master/gui/slick/images/sickrage-shark-mascot.png')
register.add_notification('Test', True)
register.add_notification(common.notifyStrings[common.NOTIFY_SNATCH], True)
diff --git a/sickbeard/notifiers/xbmc.py b/sickbeard/notifiers/xbmc.py
index f1873f29..5d3ae8da 100644
--- a/sickbeard/notifiers/xbmc.py
+++ b/sickbeard/notifiers/xbmc.py
@@ -41,7 +41,7 @@ except ImportError:
class XBMCNotifier:
- sb_logo_url = 'https://raw.githubusercontent.com/echel0n/SickRage/master/gui/slick/images/sickrage-shark-mascot.png'
+ sb_logo_url = 'https://raw.githubusercontent.com/SickragePVR/SickRage/master/gui/slick/images/sickrage-shark-mascot.png'
def _get_xbmc_version(self, host, username, password):
"""Returns XBMC JSON-RPC API version (odd # = dev, even # = stable)
diff --git a/sickbeard/versionChecker.py b/sickbeard/versionChecker.py
index e0e78075..9e1bc19c 100644
--- a/sickbeard/versionChecker.py
+++ b/sickbeard/versionChecker.py
@@ -130,7 +130,7 @@ class CheckVersion():
class UpdateManager():
def get_github_repo_user(self):
- return 'echel0n'
+ return 'SickragePVR'
def get_github_repo(self):
return 'SickRage'