🌐 Fix address of Business Cat
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / watchers / BusinessCatWatcher.java
index 0ffa41a..5d21b36 100644 (file)
@@ -16,7 +16,7 @@ import net.pterodactylus.rhynodge.triggers.NewComicTrigger;
 public class BusinessCatWatcher extends DefaultWatcher {
 
        public BusinessCatWatcher() {
-               super(new HttpQuery("http://www.businesscat.happyjar.com/"), Arrays.asList(new HtmlFilter(), new BusinessCatComicFilter()), new NewComicTrigger());
+               super(new HttpQuery("https://www.businesscatcomic.com/"), Arrays.asList(new HtmlFilter(), new BusinessCatComicFilter()), new NewComicTrigger());
        }
 
 }