Force HTTPS in Getting Started to avoid HTTP/HTTPS mismatch issues

This commit is contained in:
Reinhard Pointner 2017-06-03 02:28:38 +08:00
parent 4bb1d86fab
commit 020748e099
3 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,27 +2,27 @@
function getData() {
var data = [{
link: 'https://www.youtube.com/watch?v=RRq2_Pjyko8&index=1&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
video: 'http://app.filebot.net/getting-started/videos/rename.mp4',
video: 'https://app.filebot.net/getting-started/videos/rename.mp4',
image: 'images/rename.png',
thumb: 'images/rename.thumb.png'
}, {
link: 'https://www.youtube.com/watch?v=btNSv7AnMMw&index=2&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
video: 'http://app.filebot.net/getting-started/videos/episodes.mp4',
video: 'https://app.filebot.net/getting-started/videos/episodes.mp4',
image: 'images/episodes.png',
thumb: 'images/episodes.thumb.png'
}, {
link: 'https://www.youtube.com/watch?v=q-oZ_hovsTY&index=3&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
video: 'http://app.filebot.net/getting-started/videos/subtitle-lookup.mp4',
video: 'https://app.filebot.net/getting-started/videos/subtitle-lookup.mp4',
image: 'images/subtitle-hash-lookup.png',
thumb: 'images/subtitle-hash-lookup.thumb.png'
}, {
link: 'https://www.youtube.com/watch?v=R80tKtHf4zw&index=4&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
video: 'http://app.filebot.net/getting-started/videos/subtitle-search.mp4',
video: 'https://app.filebot.net/getting-started/videos/subtitle-search.mp4',
image: 'images/subtitle-search.png',
thumb: 'images/subtitle-search.thumb.png'
}, {
link: 'https://www.youtube.com/watch?v=4KWkSPr3fQY&index=5&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
video: 'http://app.filebot.net/getting-started/videos/sfv.mp4',
video: 'https://app.filebot.net/getting-started/videos/sfv.mp4',
image: 'images/sfv.png',
thumb: 'images/sfv.thumb.png'
}, {

View File

@ -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&amp;t=7">FAQ</a> or search the <a href="https://www.filebot.net/forums/">forums</a>.</p>
<div class="video">
<iframe src="getting-started/index.html" frameborder="0" allowfullscreen="true"></iframe>
<iframe src="https://app.filebot.net/getting-started/index.html" frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>
@ -192,7 +192,7 @@
<ul class="list next" id="subtitles">
<li>
<div class="screenshot">
<a href="http://app.filebot.net/getting-started/index.html" target="_blank">
<a href="https://app.filebot.net/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="http://app.filebot.net/getting-started/index.html" target="_blank">
<a href="https://app.filebot.net/getting-started/index.html" target="_blank">
<img width="150" height="118" src="screenshots/small/panel.sfv.png" alt="Verify SFV files" />
</a>
</div>