Skip to content

Commit 1a7384e

Browse files
committed
https for YouTube links
1 parent e1a6ef7 commit 1a7384e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mode using one device and **Tennis for Two** in multi-player mode using two devi
1515
communicating via radio.
1616

1717
{% if site.github.pages_hostname != nil %}
18-
<iframe width="640" height="360" src="http://www.youtube.com/embed/JpwP330C6q0" frameborder="0" allowfullscreen></iframe>
18+
<iframe width="640" height="360" src="https://www.youtube.com/embed/JpwP330C6q0" frameborder="0" allowfullscreen></iframe>
1919
{% else %}
2020
![BreakOut on TeleBall](doc/images/intro_breakout.jpg)
2121
{% endif %}
@@ -27,7 +27,7 @@ how much fun and even zenlike meditation this kind of gameplay can bring you,
2727
particularly when you play Tennis for Two with a friend.
2828

2929
{% if site.github.pages_hostname != nil %}
30-
<iframe width="640" height="360" src="http://www.youtube.com/embed/hnW40l3Gluc" frameborder="0" allowfullscreen></iframe>
30+
<iframe width="640" height="360" src="https://www.youtube.com/embed/hnW40l3Gluc" frameborder="0" allowfullscreen></iframe>
3131
{% else %}
3232
![Tennis on TeleBall](doc/images/intro_tennis.jpg)
3333
{% endif %}

0 commit comments

Comments
 (0)