diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 707eef8b0e..374210e33d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -19,7 +19,7 @@ The goal of this guide is to provide the best way to contribute to the official If you think you've found a bug please [file it in the bug tracker](#how-to-report-bugs). -Most of the Medusa development team can be found in the [#pymedusa](http://webchat.freenode.net/?channels=sickrage-issues) IRC channel on irc.freenode.net. +Most of the Medusa development team can be found in the [#pymedusa](http://webchat.freenode.net/?channels=pymedusa) IRC channel on irc.freenode.net. ## How to Report Bugs @@ -28,7 +28,7 @@ Most of the Medusa development team can be found in the [#pymedusa](http://webch Many bugs reported are actually issues with the user mis-understanding of how something works (there are a bit of moving parts to an ideal setup) and most of the time can be fixed by just changing some settings to fit the users needs. -If you are new to Medusa, it is usually a much better idea to ask for help first in the [Medusa IRC channel](http://webchat.freenode.net/?channels=sickrage-issues). You will get much quicker support, and you will help avoid tying up the Medusa team with invalid bug reports. +If you are new to Medusa, it is usually a much better idea to ask for help first in the [Medusa IRC channel](http://webchat.freenode.net/?channels=pymedusa). You will get much quicker support, and you will help avoid tying up the Medusa team with invalid bug reports. ### Try the latest version of Medusa @@ -58,7 +58,7 @@ Please follow these guidelines before reporting a bug: 1. **Update to the latest version** — Check if you can reproduce the issue with the latest version from the `develop` branch. -2. **Use the search on sickrage-issues** — check if the issue has already been reported. If it has been, please comment on the existing issue. +2. **Use the search on SickRage issues** — check if the issue has already been reported. If it has been, please comment on the existing issue. 3. **Provide a means to reproduce the problem** — Please provide as much details as possible, e.g. Medusa log files (obfuscate apikey/passwords), browser and operating system versions, how you started Medusa, and of course the steps to reproduce the problem. diff --git a/SickBeard.py b/SickBeard.py index f4be849629..7bea88e506 100755 --- a/SickBeard.py +++ b/SickBeard.py @@ -406,7 +406,7 @@ def daemonize(self): os.setsid() # @UndefinedVariable - only available in UNIX - # https://github.com/PyMedusa/SickRage-issues/issues/2969 + # https://github.com/SickRage/sickrage-issues/issues/2969 # http://www.microhowto.info/howto/cause_a_process_to_become_a_daemon_in_c.html#idp23920 # https://www.safaribooksonline.com/library/view/python-cookbook/0596001673/ch06s08.html # Previous code simply set the umask to whatever it was because it was ANDing instead of OR-ing diff --git a/gui/slick/views/config.mako b/gui/slick/views/config.mako index 05d72b8951..58eca58754 100644 --- a/gui/slick/views/config.mako +++ b/gui/slick/views/config.mako @@ -46,7 +46,7 @@       Website:http://github.com/PyMedusa/sickrage.github.io/ - Wiki:https://github.com/PyMedusa/SickRage-issues/wiki + Wiki:https://github.com/PyMedusa/SickRage/wiki Source:https://github.com/PyMedusa/SickRage/ IRC Chat:#pymedusa on irc.freenode.net diff --git a/gui/slick/views/config_postProcessing.mako b/gui/slick/views/config_postProcessing.mako index ddba8f62e5..8bacba1cb9 100644 --- a/gui/slick/views/config_postProcessing.mako +++ b/gui/slick/views/config_postProcessing.mako @@ -224,7 +224,7 @@
diff --git a/readme.md b/readme.md index 0a78018906..dddef8b9ec 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,7 @@ Automatic Video Library Manager for TV Shows. It watches for new episodes of you #### [![Feature Requests](https://cloud.githubusercontent.com/assets/390379/10127973/045b3a96-6560-11e5-9b20-31a2032956b2.png)](http://feathub.com/PyMedusa/SickRage) -##### [SickRage Issue Tracker](https://github.com/PyMedusa/SickRage-issues) +##### [SickRage Issue Tracker](https://github.com/PyMedusa/SickRage/issues) ##### [FAQ](https://github.com/PyMedusa/SickRage/wiki/Frequently-Asked-Questions) @@ -45,7 +45,7 @@ We HIGHLY recommend starting out with no database files at all to make this a fr #### Supported providers -A full list can be found here: [Link](https://github.com/PyMedusa/SickRage-issues/wiki/SickRage-Search-Providers) +A full list can be found here: [Link](https://github.com/PyMedusa/SickRage/wiki/SickRage-Search-Providers) #### Special Thanks to: ![image](https://rarbg.com/favicon.ico)[RARBG](https://rarbg.to) diff --git a/sickbeard/indexers/indexer_config.py b/sickbeard/indexers/indexer_config.py index 5effb5c321..d7fcad4316 100644 --- a/sickbeard/indexers/indexer_config.py +++ b/sickbeard/indexers/indexer_config.py @@ -33,7 +33,7 @@ 'trakt_id': 'tvdb_id', 'xem_origin': 'tvdb', 'icon': 'thetvdb16.png', - 'scene_loc': 'https://api.pymedusa.com/scene_exceptions.json', + 'scene_loc': 'https://cdn.pymedusa.com/scene_exceptions/scene_exceptions.json', 'show_url': 'http://thetvdb.com/?tab=series&id=', 'base_url': 'http://thetvdb.com/api/%(apikey)s/series/' }