Force HTTPS in Getting Started to avoid HTTP/HTTPS mismatch issues
This commit is contained in:
parent
4bb1d86fab
commit
020748e099
File diff suppressed because one or more lines are too long
|
@ -2,27 +2,27 @@
|
||||||
function getData() {
|
function getData() {
|
||||||
var data = [{
|
var data = [{
|
||||||
link: 'https://www.youtube.com/watch?v=RRq2_Pjyko8&index=1&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
|
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',
|
image: 'images/rename.png',
|
||||||
thumb: 'images/rename.thumb.png'
|
thumb: 'images/rename.thumb.png'
|
||||||
}, {
|
}, {
|
||||||
link: 'https://www.youtube.com/watch?v=btNSv7AnMMw&index=2&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
|
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',
|
image: 'images/episodes.png',
|
||||||
thumb: 'images/episodes.thumb.png'
|
thumb: 'images/episodes.thumb.png'
|
||||||
}, {
|
}, {
|
||||||
link: 'https://www.youtube.com/watch?v=q-oZ_hovsTY&index=3&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
|
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',
|
image: 'images/subtitle-hash-lookup.png',
|
||||||
thumb: 'images/subtitle-hash-lookup.thumb.png'
|
thumb: 'images/subtitle-hash-lookup.thumb.png'
|
||||||
}, {
|
}, {
|
||||||
link: 'https://www.youtube.com/watch?v=R80tKtHf4zw&index=4&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
|
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',
|
image: 'images/subtitle-search.png',
|
||||||
thumb: 'images/subtitle-search.thumb.png'
|
thumb: 'images/subtitle-search.thumb.png'
|
||||||
}, {
|
}, {
|
||||||
link: 'https://www.youtube.com/watch?v=4KWkSPr3fQY&index=5&list=PLdPvEJhzxLMCEJJpb1mJtVkOpS7FfALnd',
|
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',
|
image: 'images/sfv.png',
|
||||||
thumb: 'images/sfv.thumb.png'
|
thumb: 'images/sfv.thumb.png'
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -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>
|
<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">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
<ul class="list next" id="subtitles">
|
<ul class="list next" id="subtitles">
|
||||||
<li>
|
<li>
|
||||||
<div class="screenshot">
|
<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" />
|
<img width="150" height="118" src="screenshots/small/panel.subtitle.png" alt="Download subtitles" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -207,7 +207,7 @@
|
||||||
<ul class="list next" id="sfv">
|
<ul class="list next" id="sfv">
|
||||||
<li>
|
<li>
|
||||||
<div class="screenshot">
|
<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" />
|
<img width="150" height="118" src="screenshots/small/panel.sfv.png" alt="Verify SFV files" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue