* can't use https for Getting Started page because of http youtube video and mixed content warnings
This commit is contained in:
parent
ae22abc4a8
commit
38e04d22f7
|
@ -208,7 +208,7 @@ public final class Settings {
|
|||
|
||||
public static Map<String, URI> getHelpURIs() {
|
||||
Map<String, URI> links = new LinkedHashMap<String, URI>();
|
||||
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"));
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
<div class="content">
|
||||
<div class="screenshot screencast">
|
||||
<a href="http://www.youtube.com/watch?v=zcSFKiwFLZw&list=PLAeKsKcI7rapWVLl-Oy4wx_-5RoMclWPt" title="How to use FileBot" target="_blank">
|
||||
<a href="http://www.filebot.net/getting-started/" title="How to use FileBot" target="_blank">
|
||||
<img class="play" alt="play" src="images/play.png" width="16" height="16" />
|
||||
<img alt="screenshot" src="screenshots/medium/panel.rename.png" width="300" height="238" />
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue