diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-06-03 11:29:11 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-06-03 11:29:11 +0200 |
commit | 0055b7b763ff633fb11c35dc7580c2df1603a562 (patch) | |
tree | 239e24f78265a5113a47e6835a77c9469df8f550 | |
parent | eff2265bbd6d892ae2316edff748754b4b0c4798 (diff) | |
parent | 76230e74851d01caa221311c80a8841fd1fc2357 (diff) | |
download | perl-software-in-gnu-guix-0055b7b763ff633fb11c35dc7580c2df1603a562.tar perl-software-in-gnu-guix-0055b7b763ff633fb11c35dc7580c2df1603a562.tar.gz |
Merge pull request #1207 from danielePala/patch-1
Update index.html
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,7 +325,7 @@ function linkify( selector ) { <section> <h2>Export to PDF</h2> <p>Presentations can be <a href="https://github.com/hakimel/reveal.js#pdf-export">exported to PDF</a>, here's an example:</p> - <iframe src="//www.slideshare.net/slideshow/embed_code/42840540" width="445" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> + <iframe src="https://www.slideshare.net/slideshow/embed_code/42840540" width="445" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> </section> <section> |