Use indirect links in application bundles
This commit is contained in:
parent
8d1478c830
commit
61e78ec16b
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue