From 61e78ec16b5e5c0098c1baa07ffe39929af510a8 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 26 Sep 2016 01:33:36 +0800 Subject: [PATCH] Use indirect links in application bundles --- installer/appbundle/MacOS/purchase.sh | 2 +- source/net/filebot/Settings.properties | 12 ++++++------ website/.htaccess | 8 ++++++-- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/installer/appbundle/MacOS/purchase.sh b/installer/appbundle/MacOS/purchase.sh index 37b17d11..5486fc08 100755 --- a/installer/appbundle/MacOS/purchase.sh +++ b/installer/appbundle/MacOS/purchase.sh @@ -9,7 +9,7 @@ function purchase { } function help { - /usr/bin/open https://app.filebot.net/brew.html + /usr/bin/open https://app.filebot.net/mac/brew.html } function start { diff --git a/source/net/filebot/Settings.properties b/source/net/filebot/Settings.properties index 11636e65..74793cd8 100644 --- a/source/net/filebot/Settings.properties +++ b/source/net/filebot/Settings.properties @@ -19,15 +19,15 @@ link.app.help: http://app.filebot.net/getting-started/embed.html # online help link.intro: http://www.filebot.net/getting-started/ -link.faq: https://www.filebot.net/forums/viewtopic.php?f=3&t=7 link.forums: https://www.filebot.net/forums/ link.twitter: https://twitter.com/filebot_renamer link.facebook: https://www.facebook.com/filebot/ -link.bugs: https://www.filebot.net/forums/viewforum.php?f=6 -link.help: https://www.filebot.net/forums/viewforum.php?f=8 -link.help.mas: https://www.filebot.net/forums/viewforum.php?f=12 -link.subtitles.mas: https://www.filebot.net/forums/viewtopic.php?f=12&t=3350 -link.console.mas: https://www.filebot.net/forums/viewtopic.php?f=4&t=2049 +link.faq: https://www.filebot.net/manual.html +link.bugs: https://www.filebot.net/report.html +link.help: https://www.filebot.net/support.html +link.help.mas: https://www.filebot.net/mac/support.html +link.subtitles.mas: https://www.filebot.net/mac/subtitles.html +link.console.mas: https://www.filebot.net/mac/brew.html # api keys for webservices diff --git a/website/.htaccess b/website/.htaccess index 21ad130a..22f3d18b 100644 --- a/website/.htaccess +++ b/website/.htaccess @@ -2,9 +2,13 @@ redirect 302 /files/FileBot-setup.exe https://github.com/filebot/filebot-installer/releases/download/v1.0/FileBot-setup.exe redirect 302 /files/FileBot.app https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=app redirect 302 /purchase/FileBot.app https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=darwin -redirect 302 /brew.html https://www.filebot.net/forums/viewtopic.php?f=4&t=2049#p11797 redirect 302 /donate.html https://app.filebot.net/donate.php -redirect 302 /manual.html https://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7 +redirect 302 /manual.html https://www.filebot.net/forums/viewtopic.php?f=3&t=7 +redirect 302 /report.html https://www.filebot.net/forums/viewforum.php?f=6 +redirect 302 /support.html https://www.filebot.net/forums/viewforum.php?f=8 +redirect 302 /mac/support.html https://www.filebot.net/forums/viewforum.php?f=12 +redirect 302 /mac/subtitles.html https://www.filebot.net/forums/viewtopic.php?f=12&t=3350 +redirect 302 /mac/brew.html https://www.filebot.net/forums/viewtopic.php?f=4&t=2049 redirect 302 /files/ https://sourceforge.net/projects/filebot/files/ # redirect filebot.sourceforge.net to www.filebot.net