From d8fc1f1c8b0bf2430774608c24c1bba1b28d76b3 Mon Sep 17 00:00:00 2001
From: Dustyn Gibson <miigotu@gmail.com>
Date: Fri, 20 Nov 2015 23:43:36 -0800
Subject: [PATCH] Change forum links and info to the github.io

---
 contributing.md                   | 14 ++++++--------
 readme.md                         |  3 ---
 runscripts/init.solaris11         |  2 +-
 sickbeard/blackandwhitelist.py    |  2 +-
 sickbeard/browser.py              |  2 +-
 sickbeard/bs4_parser.py           |  2 +-
 sickbeard/classes.py              |  2 +-
 sickbeard/common.py               |  2 +-
 sickbeard/config.py               |  2 +-
 sickbeard/dailysearcher.py        |  2 +-
 sickbeard/db.py                   |  2 +-
 sickbeard/failedProcessor.py      |  2 +-
 sickbeard/failed_history.py       |  2 +-
 sickbeard/generic_queue.py        |  2 +-
 sickbeard/helpers.py              |  2 +-
 sickbeard/history.py              |  2 +-
 sickbeard/image_cache.py          |  2 +-
 sickbeard/logger.py               |  2 +-
 sickbeard/name_cache.py           |  2 +-
 sickbeard/naming.py               |  2 +-
 sickbeard/network_timezones.py    |  2 +-
 sickbeard/nzbSplitter.py          |  2 +-
 sickbeard/nzbget.py               |  2 +-
 sickbeard/postProcessor.py        |  2 +-
 sickbeard/processTV.py            |  2 +-
 sickbeard/properFinder.py         |  2 +-
 sickbeard/sab.py                  |  2 +-
 sickbeard/sbdatetime.py           |  2 +-
 sickbeard/scene_exceptions.py     |  2 +-
 sickbeard/scene_numbering.py      |  2 +-
 sickbeard/scheduler.py            |  2 +-
 sickbeard/search.py               |  2 +-
 sickrage/helper/common.py         |  2 +-
 sickrage/helper/encoding.py       |  2 +-
 sickrage/helper/exceptions.py     |  2 +-
 sickrage/helper/quality.py        |  2 +-
 sickrage/media/GenericMedia.py    |  2 +-
 sickrage/media/ShowBanner.py      |  2 +-
 sickrage/media/ShowFanArt.py      |  2 +-
 sickrage/media/ShowNetworkLogo.py |  2 +-
 sickrage/media/ShowPoster.py      |  2 +-
 sickrage/show/ComingEpisodes.py   |  2 +-
 sickrage/show/History.py          |  2 +-
 sickrage/show/Show.py             |  2 +-
 sickrage/system/Restart.py        |  2 +-
 sickrage/system/Shutdown.py       |  2 +-
 46 files changed, 50 insertions(+), 55 deletions(-)

diff --git a/contributing.md b/contributing.md
index e933417c3..7b1c811a2 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** &mdash; 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** &mdash; 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** &mdash; 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 0e781a77d..f179a83df 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
 
 #### [![Feature Requests](https://cloud.githubusercontent.com/assets/390379/10127973/045b3a96-6560-11e5-9b20-31a2032956b2.png)](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 56ff9e42b..fb1037d4f 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 796f82aab..5d8330fab 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 7f10ff350..07567ecf7 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 eb1059184..4bba8eaea 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 a64f8db3f..3c226bae7 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 db6eb7a30..b9ae20bb3 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 9179213b8..4bc496076 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 f96f0c805..89abc9ca1 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 42592f8cc..95d2add4e 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 280dca31c..be0be4b46 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 6a3bb5717..177fed1c3 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 85e445586..61a3aa3cf 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 6e3cbac62..4bb89db15 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 cdc9eff3e..accf006f3 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 88c431d02..10c1d2e41 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 c35c15994..0a14f5f36 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 c577acd10..60fc64aca 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 752ef9817..1e3c0fe62 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 82f91f3fc..15f09d15b 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 5f76e0c41..09cb3df81 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 40f6ddf95..809133a97 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 c831b0d94..9a4088fe6 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 16148afcf..d201a5885 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 f792b77b0..23e38c56d 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 0dc7625aa..b22c1b7f4 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 eae6a6745..def4ea804 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 1de1c880d..601975157 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 3edf0fa53..d4bb071d5 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 2b56e39bd..627351ab6 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 769ee886c..57f22ea03 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 37b98eb58..2ac3bf669 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 384136f1a..5c0908901 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 afb886926..746b90a87 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 7b52b267e..1834c37f0 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 c51ae3b7e..d323e2909 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 525a3c234..5ecbef9ad 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 ed0831c04..62a588173 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 270a38c20..1a4f4c2d3 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 6bba3dc50..6039fbb47 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 6946e1b6d..65b340228 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 ab3989e7a..0b04e02aa 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 833f7294f..2e3601bce 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 65bdd22ce..dd35c4c1a 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 0abb5f6e6..686c02c63 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
-- 
GitLab