🔒️ Update a bunch of URLs to https
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / watchers / KevinAndKellWatcher.java
index 6826e25..749b95c 100644 (file)
@@ -34,7 +34,7 @@ public class KevinAndKellWatcher extends DefaultWatcher {
 
        /** Creates a new watcher for Cyanide and Happiness comics. */
        public KevinAndKellWatcher() {
-               super(new HttpQuery("http://www.kevinandkell.com/"), Arrays.asList(new HtmlFilter(), new KevinAndKellComicFilter()), new ComicMerger());
+               super(new HttpQuery("https://kevinandkell.com/"), Arrays.asList(new HtmlFilter(), new KevinAndKellComicFilter()), new ComicMerger());
        }
 
 }