From 38e04d22f7110d9f8ec30ff211df3247b2d14601 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 9 May 2015 18:31:06 +0000 Subject: [PATCH] * can't use https for Getting Started page because of http youtube video and mixed content warnings --- source/net/filebot/Settings.java | 2 +- website/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/net/filebot/Settings.java b/source/net/filebot/Settings.java index 339eb805..f9c0d850 100644 --- a/source/net/filebot/Settings.java +++ b/source/net/filebot/Settings.java @@ -208,7 +208,7 @@ public final class Settings { public static Map getHelpURIs() { Map links = new LinkedHashMap(); - links.put("Getting Started", URI.create("https://www.filebot.net/getting-started/")); + links.put("Getting Started", URI.create("http://www.filebot.net/getting-started/")); links.put("FAQ", URI.create("https://www.filebot.net/forums/viewtopic.php?f=3&t=7")); links.put("Forums", URI.create("https://www.filebot.net/forums/")); links.put("Twitter", URI.create("https://twitter.com/filebot_renamer")); diff --git a/website/index.html b/website/index.html index fdc17f29..d1120889 100644 --- a/website/index.html +++ b/website/index.html @@ -91,7 +91,7 @@