Force HTTPS in Getting Started to avoid HTTP/HTTPS mismatch issues
This commit is contained in:
parent
a5bb85064d
commit
8f33f37954
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="screenshot screencast">
|
<div class="screenshot screencast">
|
||||||
<a href="http://www.filebot.net/getting-started/" title="How to use FileBot" target="_blank">
|
<a href="https://app.filebot.net/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 class="play" alt="play" src="images/play.png" width="8" height="8" />
|
||||||
<img alt="screenshot" src="screenshots/rename.png" width="300" height="219" />
|
<img alt="screenshot" src="screenshots/rename.png" width="300" height="219" />
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue