Use same-origin links
This commit is contained in:
parent
8c15340475
commit
a7c8355b7d
|
@ -37,4 +37,4 @@ link.help.manpage: https://www.filebot.net/cli.html
|
|||
link.help.synology: https://www.filebot.net/syno/support.html
|
||||
|
||||
# Images
|
||||
link.image.logo: https://app.filebot.net/icon.png
|
||||
link.image.logo: https://www.filebot.net/icon.png
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
<div class="content">
|
||||
<div class="screenshot screencast">
|
||||
<a href="https://app.filebot.net/getting-started/index.html" title="How to use FileBot" target="_blank">
|
||||
<a href="getting-started/index.html" title="How to use FileBot" target="_blank">
|
||||
<img class="play" alt="play" src="images/play.png" width="8" height="8" />
|
||||
<img alt="screenshot" src="screenshots/rename.png" width="300" height="219" />
|
||||
</a>
|
||||
|
@ -156,7 +156,7 @@
|
|||
<p>If you have any questions or problems just to check the <a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a> or search the <a href="https://www.filebot.net/forums/">forums</a>.</p>
|
||||
|
||||
<div class="video">
|
||||
<iframe src="https://app.filebot.net/getting-started/index.html" frameborder="0" allowfullscreen="true"></iframe>
|
||||
<iframe src="getting-started/index.html" frameborder="0" allowfullscreen="true"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -172,10 +172,10 @@
|
|||
<ul class="list next" id="rename">
|
||||
<li>
|
||||
<div class="screenshot">
|
||||
<a href="https://app.filebot.net/getting-started/index.html" target="_blank">
|
||||
<a href="getting-started/index.html" target="_blank">
|
||||
<img class="screenshot dialog" style="top: 29px; right: 20px" width="75" height="55" src="screenshots/small/dialog.format.png" alt="Episode naming scheme" />
|
||||
</a>
|
||||
<a href="https://app.filebot.net/getting-started/index.html" target="_blank">
|
||||
<a href="getting-started/index.html" target="_blank">
|
||||
<img width="150" height="118" src="screenshots/small/panel.rename.png" alt="Rename files" />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -192,7 +192,7 @@
|
|||
<ul class="list next" id="subtitles">
|
||||
<li>
|
||||
<div class="screenshot">
|
||||
<a href="https://app.filebot.net/getting-started/index.html" target="_blank">
|
||||
<a href="getting-started/index.html" target="_blank">
|
||||
<img width="150" height="118" src="screenshots/small/panel.subtitle.png" alt="Download subtitles" />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -207,7 +207,7 @@
|
|||
<ul class="list next" id="sfv">
|
||||
<li>
|
||||
<div class="screenshot">
|
||||
<a href="https://app.filebot.net/getting-started/index.html" target="_blank">
|
||||
<a href="getting-started/index.html" target="_blank">
|
||||
<img width="150" height="118" src="screenshots/small/panel.sfv.png" alt="Verify SFV files" />
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue