diff --git a/contributing.md b/contributing.md index e933417c35695083248d5fb63e7eaacf096bfce8..7b1c811a2cea960fb46f229ec262783aef693729 100644 --- a/contributing.md +++ b/contributing.md @@ -1,6 +1,6 @@ ### Questions about SickRage? -To get your questions answered, please ask on the [SickRage Forum](http://sickrage.tv/), or [#sickrage-issues](http://webchat.freenode.net/?channels=sickrage-issues) IRC channel on irc.freenode.net +To get your questions answered, please ask on the [#sickrage-issues](http://webchat.freenode.net/?channels=sickrage-issues) IRC channel on irc.freenode.net # Contributing to SickRage @@ -17,11 +17,9 @@ The goal of this guide is to provide the best way to contribute to the official ## Discussion -### Forum and IRC +If you think you've found a bug please [file it in the bug tracker](#how-to-report-bugs). -The SickRage development team frequently tracks posts on the [SickRage Forum](http://sickrage.tv/). If you have longer posts or questions please feel free to post them there. If you think you've found a bug please [file it in the bug tracker](#how-to-report-bugs). - -Additionally most of the SickRage development team can be found in the [#sickrage-issues](http://webchat.freenode.net/?channels=sickrage-issues) IRC channel on irc.freenode.net. +Most of the SickRage development team can be found in the [#sickrage-issues](http://webchat.freenode.net/?channels=sickrage-issues) IRC channel on irc.freenode.net. ## How to Report Bugs @@ -30,7 +28,7 @@ Additionally most of the SickRage development team can be found in the [#sickrag 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 SickRage, it is usually a much better idea to ask for help first in the [Using SickRage Forum](http://sickrage.tv) or the [SickRage IRC channel](http://webchat.freenode.net/?channels=sickrage-issues). You will get much quicker support, and you will help avoid tying up the SickRage team with invalid bug reports. +If you are new to SickRage, it is usually a much better idea to ask for help first in the [SickRage IRC channel](http://webchat.freenode.net/?channels=sickrage-issues). You will get much quicker support, and you will help avoid tying up the SickRage team with invalid bug reports. ### Try the latest version of SickRage @@ -44,7 +42,7 @@ Bugs in old versions of SickRage may have already been fixed. In order to avoid **NEVER write your patches to the master branch** - it gets messy (I say this from experience!) -**ALWAYS USE A "TOPIC" BRANCH!** Personally I like the `branch-feature_name` format that way its easy to identify the branch and feature at a glance. Also please make note of any forum post / issue number in the pull commit so we know what you are solving (it helps with cleaning up the related items later). +**ALWAYS USE A "TOPIC" BRANCH!** Personally I like the `branch-feature_name` format that way its easy to identify the branch and feature at a glance. Also please make note of any issue number in the pull commit so we know what you are solving (it helps with cleaning up the related items later). Please follow these guidelines before reporting a bug: @@ -53,7 +51,7 @@ Please follow these guidelines before reporting a bug: 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. SickRage log files (obfuscate apikey/passwords), browser and operating system versions, how you started SickRage, and of course the steps to reproduce the problem. Bugs are always reported in the forums. +3. **Provide a means to reproduce the problem** — Please provide as much details as possible, e.g. SickRage log files (obfuscate apikey/passwords), browser and operating system versions, how you started SickRage, and of course the steps to reproduce the problem. ### Feature requests diff --git a/readme.md b/readme.md index 0e781a77db6701ab1349334b458810258bcbc7d9..f179a83df193d9e6298c76112a6f70b082e9bebe 100644 --- a/readme.md +++ b/readme.md @@ -31,9 +31,6 @@ Automatic Video Library Manager for TV Shows. It watches for new episodes of you #### [](http://feathub.com/SickRage/SickRage) -#### Forums - Any questions or setup info your looking for can be found at out forums https://www.sickrage.tv - ##### [SickRage Issue Tracker](https://github.com/SickRage/sickrage-issues) ##### [FAQ](https://github.com/SickRage/SickRage/wiki/Frequently-Asked-Questions) diff --git a/runscripts/init.solaris11 b/runscripts/init.solaris11 index 56ff9e42b96d02d743854f5ad46180fc9e34cf50..fb1037d4f3c9f6089a14f5e61e3ca4c74f756c03 100755 --- a/runscripts/init.solaris11 +++ b/runscripts/init.solaris11 @@ -85,7 +85,7 @@ </common_name> <documentation> <doc_link name='sickrage' - uri='https://sickrage.tv/' /> + uri='https://sickrage.github.io/' /> </documentation> </template> diff --git a/sickbeard/blackandwhitelist.py b/sickbeard/blackandwhitelist.py index 796f82aab7409f29be0845ac618d56753bf388fb..5d8330fab6babf06944337c5d2057bdaad370580 100644 --- a/sickbeard/blackandwhitelist.py +++ b/sickbeard/blackandwhitelist.py @@ -1,6 +1,6 @@ # coding=utf-8 # Author: Dennis Lutter <lad1337@gmail.com> -# URL: https://sickrage.tv/ +# URL: https://sickrage.github.io/ # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/browser.py b/sickbeard/browser.py index 7f10ff350afadc1c009ae7da29b0b072dc367360..07567ecf724b5129004e4d924014bb97ee3d1c95 100644 --- a/sickbeard/browser.py +++ b/sickbeard/browser.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv/ +# URL: https://sickrage.github.io/ # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/bs4_parser.py b/sickbeard/bs4_parser.py index eb1059184286292dc3a7b9ee03466e3c301b56d7..4bba8eaea295df1eb4863d9580e70dd18cdb788e 100644 --- a/sickbeard/bs4_parser.py +++ b/sickbeard/bs4_parser.py @@ -1,5 +1,5 @@ # Author: The SickRage Dev Team -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Repository: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/classes.py b/sickbeard/classes.py index a64f8db3f663f346228fbadc9d76b90258f1404b..3c226bae7bc9b11c841215d166be0cec8dc82f5b 100644 --- a/sickbeard/classes.py +++ b/sickbeard/classes.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv/ +# URL: https://sickrage.github.io/ # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/common.py b/sickbeard/common.py index db6eb7a307177c77fa72aa6057e4f9fb90a5d07c..b9ae20bb365b84496b67eb17394c2589a65079cd 100644 --- a/sickbeard/common.py +++ b/sickbeard/common.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv/ +# URL: https://sickrage.github.io/ # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/config.py b/sickbeard/config.py index 9179213b8913190a174b70d311ef5adadf4942ba..4bc496076ab559335b4dba553cac2b5f6238037d 100644 --- a/sickbeard/config.py +++ b/sickbeard/config.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/dailysearcher.py b/sickbeard/dailysearcher.py index f96f0c8053efc9ec5238caefb464211c2cee4fdc..89abc9ca1695d15409959450414420f082026496 100644 --- a/sickbeard/dailysearcher.py +++ b/sickbeard/dailysearcher.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/db.py b/sickbeard/db.py index 42592f8ccfb1e2739be1598ea7d912c4925c5a98..95d2add4e8e613c46cdcd142bf77493017ffdfc4 100644 --- a/sickbeard/db.py +++ b/sickbeard/db.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/failedProcessor.py b/sickbeard/failedProcessor.py index 280dca31c9414407fc1abb7b20b002a7b6e551fb..be0be4b468a0ad98b6ea01694af80017a4124d3e 100644 --- a/sickbeard/failedProcessor.py +++ b/sickbeard/failedProcessor.py @@ -1,5 +1,5 @@ # Author: Tyler Fenby <tylerfenby@gmail.com> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/failed_history.py b/sickbeard/failed_history.py index 6a3bb57177cb4e629de7847367ce616135efaa6c..177fed1c3e69d4d248920b95f1cc5428319ce908 100644 --- a/sickbeard/failed_history.py +++ b/sickbeard/failed_history.py @@ -1,5 +1,5 @@ # Author: Tyler Fenby <tylerfenby@gmail.com> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/generic_queue.py b/sickbeard/generic_queue.py index 85e445586453b67213f707c74a38e64c50f91d92..61a3aa3cf3de792abcc439686cdc5b9abb942b22 100644 --- a/sickbeard/generic_queue.py +++ b/sickbeard/generic_queue.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/helpers.py b/sickbeard/helpers.py index 6e3cbac62d1307a908ff57aba567752a79e38e71..4bb89db158653616980e89e98d14b77539290439 100644 --- a/sickbeard/helpers.py +++ b/sickbeard/helpers.py @@ -1,6 +1,6 @@ # coding=utf-8 # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/history.py b/sickbeard/history.py index cdc9eff3e2e5e7dc4663d86d001b1b6da5905a21..accf006f380ab2a278bf2c277443a123561717f0 100644 --- a/sickbeard/history.py +++ b/sickbeard/history.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/image_cache.py b/sickbeard/image_cache.py index 88c431d02d89ee46ce3772f4c6a4cdd04fb1af16..10c1d2e416d9c50f56a03c43f4ee1a7416fd1ab9 100644 --- a/sickbeard/image_cache.py +++ b/sickbeard/image_cache.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/logger.py b/sickbeard/logger.py index c35c15994f9472547b93e087cb03f249554a9ba9..0a14f5f36face2b9ae1eddccf184a4b0dd0e24fb 100644 --- a/sickbeard/logger.py +++ b/sickbeard/logger.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/name_cache.py b/sickbeard/name_cache.py index c577acd101b2618e89937fad7a4a2002b8f5fce7..60fc64acab849acafb68dd00461fa96dd127a430 100644 --- a/sickbeard/name_cache.py +++ b/sickbeard/name_cache.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/naming.py b/sickbeard/naming.py index 752ef9817147a864582ea6611f709687eb642ec3..1e3c0fe62f76a3856769f1f6668275474785360f 100644 --- a/sickbeard/naming.py +++ b/sickbeard/naming.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/network_timezones.py b/sickbeard/network_timezones.py index 82f91f3fcfb56ac443cf1a36cc4ab2e77897d9ae..15f09d15b2df9a4e9e2ec56596c2cbcd42e28da4 100644 --- a/sickbeard/network_timezones.py +++ b/sickbeard/network_timezones.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/nzbSplitter.py b/sickbeard/nzbSplitter.py index 5f76e0c413f06354d03657d6d083336c073629a8..09cb3df81ab386d9a3a29ce469d48acafb91d9e2 100644 --- a/sickbeard/nzbSplitter.py +++ b/sickbeard/nzbSplitter.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/nzbget.py b/sickbeard/nzbget.py index 40f6ddf95e7899731562e592afab72f0db4c7c26..809133a97952190fb636fe75c17ae3c4543133b0 100644 --- a/sickbeard/nzbget.py +++ b/sickbeard/nzbget.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/postProcessor.py b/sickbeard/postProcessor.py index c831b0d9439f418a3e1553c606ac8698ffed8fbe..9a4088fe6db285be308c750089454bba63a9b2fd 100644 --- a/sickbeard/postProcessor.py +++ b/sickbeard/postProcessor.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/processTV.py b/sickbeard/processTV.py index 16148afcf8c9b6e76dd82b774fbf236258651a87..d201a5885db93295c840d7872f01f64916935a64 100644 --- a/sickbeard/processTV.py +++ b/sickbeard/processTV.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv/ +# URL: https://sickrage.github.io/ # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/properFinder.py b/sickbeard/properFinder.py index f792b77b0860dc8e7cad5c3f484716816ab7d12c..23e38c56db8d81f171c9d98079920d46d6af06e6 100644 --- a/sickbeard/properFinder.py +++ b/sickbeard/properFinder.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/sab.py b/sickbeard/sab.py index 0dc7625aabcb4ca63e088f54847c38a8a5cb7474..b22c1b7f470fc01c3f4f31ebb7f62a492016b3e7 100644 --- a/sickbeard/sab.py +++ b/sickbeard/sab.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage # # This file is part of SickRage. diff --git a/sickbeard/sbdatetime.py b/sickbeard/sbdatetime.py index eae6a67458785b74b0ac9162856a6884c0a39559..def4ea804d1ad0d5b7ecd6cd6d58bcacbbbfc53a 100644 --- a/sickbeard/sbdatetime.py +++ b/sickbeard/sbdatetime.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/scene_exceptions.py b/sickbeard/scene_exceptions.py index 1de1c880d291a6d677e7bede82cf43456db9a9ba..601975157f4eba2dbe15653dea9509deff6881cf 100644 --- a/sickbeard/scene_exceptions.py +++ b/sickbeard/scene_exceptions.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/scene_numbering.py b/sickbeard/scene_numbering.py index 3edf0fa53eaad52f2c29605aa83fae9637f6b5bd..d4bb071d542420c676dcd2580a7dfd04b1b50f4a 100644 --- a/sickbeard/scene_numbering.py +++ b/sickbeard/scene_numbering.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/scheduler.py b/sickbeard/scheduler.py index 2b56e39bdc4cff66a8e3a3652a89b761632c8c2e..627351ab6d5abee7e6d6d3266a3cde3fa32329cd 100644 --- a/sickbeard/scheduler.py +++ b/sickbeard/scheduler.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickbeard/search.py b/sickbeard/search.py index 769ee886c964d711c0abd56fee70272c5d1d0179..57f22ea032da0afc316f1f82b575c091344fd600 100644 --- a/sickbeard/search.py +++ b/sickbeard/search.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickrage/helper/common.py b/sickrage/helper/common.py index 37b98eb585e7adb3776a9258fb0e6b2942fc4beb..2ac3bf6698b7a249751a80f6185c7d95038e1fa0 100644 --- a/sickrage/helper/common.py +++ b/sickrage/helper/common.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/helper/encoding.py b/sickrage/helper/encoding.py index 384136f1ae25d5a4d9aec30fdd5208ca5efd6a66..5c0908901a7db2def9ea8273f21286ae4e98feb3 100644 --- a/sickrage/helper/encoding.py +++ b/sickrage/helper/encoding.py @@ -1,5 +1,5 @@ # Author: Nic Wolfe <nic@wolfeden.ca> -# URL: https://sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. diff --git a/sickrage/helper/exceptions.py b/sickrage/helper/exceptions.py index afb886926e90fdb2c00ed98a6af28bb66921410d..746b90a87c8842494128935eefeb09ddf8fd5e04 100644 --- a/sickrage/helper/exceptions.py +++ b/sickrage/helper/exceptions.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/helper/quality.py b/sickrage/helper/quality.py index 7b52b267e5a7ec1cd8564498652d6e03b41333db..1834c37f09cd068caa71cefbc51ff4cb14157a93 100644 --- a/sickrage/helper/quality.py +++ b/sickrage/helper/quality.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/media/GenericMedia.py b/sickrage/media/GenericMedia.py index c51ae3b7ef6cd7459a50b5188752f8fd4588adcc..d323e2909e113b35aa824c2aa14c6932919ee865 100644 --- a/sickrage/media/GenericMedia.py +++ b/sickrage/media/GenericMedia.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/media/ShowBanner.py b/sickrage/media/ShowBanner.py index 525a3c234785a6474c83170371c7c45c870270b2..5ecbef9ad26e9ac6b41f65b140f57934c67864ef 100644 --- a/sickrage/media/ShowBanner.py +++ b/sickrage/media/ShowBanner.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/media/ShowFanArt.py b/sickrage/media/ShowFanArt.py index ed0831c049d8b0cda99da7a4ef2d8abb9f578851..62a588173480fc232aeaf123ec2ea03ebd63c6c4 100644 --- a/sickrage/media/ShowFanArt.py +++ b/sickrage/media/ShowFanArt.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/media/ShowNetworkLogo.py b/sickrage/media/ShowNetworkLogo.py index 270a38c2001a357b91a68267411d744a00ea8267..1a4f4c2d3dbfbf1bdf4118a832b27e54ad616a18 100644 --- a/sickrage/media/ShowNetworkLogo.py +++ b/sickrage/media/ShowNetworkLogo.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/media/ShowPoster.py b/sickrage/media/ShowPoster.py index 6bba3dc50acfab360a2f0c76407139b204ad4cc7..6039fbb4794c543fb55d5e73be41d93210c132d0 100644 --- a/sickrage/media/ShowPoster.py +++ b/sickrage/media/ShowPoster.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/show/ComingEpisodes.py b/sickrage/show/ComingEpisodes.py index 6946e1b6df9ffdd8312abb0b498c1fc5c522cb6f..65b34022839127c5404f4418df8d7c7893fae493 100644 --- a/sickrage/show/ComingEpisodes.py +++ b/sickrage/show/ComingEpisodes.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/show/History.py b/sickrage/show/History.py index ab3989e7afbb15897c8cdb0e026e9ad11d10a0ea..0b04e02aa78342a8ae52053e19a140d6a0dcf36c 100644 --- a/sickrage/show/History.py +++ b/sickrage/show/History.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/show/Show.py b/sickrage/show/Show.py index 833f7294f98d8305369fc930e80a4ee2976327c6..2e3601bce85ec339e53b1568b3307e7071e28b6a 100644 --- a/sickrage/show/Show.py +++ b/sickrage/show/Show.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/system/Restart.py b/sickrage/system/Restart.py index 65bdd22cef513f796ed58f68fd8b236581268d10..dd35c4c1a5e54e9d869e36af49c8a10a4da731ea 100644 --- a/sickrage/system/Restart.py +++ b/sickrage/system/Restart.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickrage/system/Shutdown.py b/sickrage/system/Shutdown.py index 0abb5f6e61e3cc2c017b831dad0e5599b7642ab8..686c02c63677fe0c45754c1a7c1149ece22a93a1 100644 --- a/sickrage/system/Shutdown.py +++ b/sickrage/system/Shutdown.py @@ -1,6 +1,6 @@ # This file is part of SickRage. # -# URL: https://www.sickrage.tv +# URL: https://sickrage.github.io # Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify