Author: wfarner
Date: Sun Dec 13 08:29:29 2015
New Revision: 1719773

URL: http://svn.apache.org/viewvc?rev=1719773&view=rev
Log:
Fix youtube embed.

Modified:
    aurora/site/source/index.html.md

Modified: aurora/site/source/index.html.md
URL: 
http://svn.apache.org/viewvc/aurora/site/source/index.html.md?rev=1719773&r1=1719772&r2=1719773&view=diff
==============================================================================
--- aurora/site/source/index.html.md (original)
+++ aurora/site/source/index.html.md Sun Dec 13 08:29:29 2015
@@ -10,10 +10,7 @@
         </p>
       </div>
       <div class="col-md-4 col-md-offset-1">
-        <iframe width="420" height="236"
-                
src="http://www.youtube-nocookie.com/embed/asd_h6VzaJc?rel=0&amp;start=119&amp;controls=0";
-                allowfullscreen>
-        </iframe>
+        <iframe width="420" height="236" 
src="https://www.youtube.com/embed/asd_h6VzaJc"; frameborder="0" 
allowfullscreen></iframe>
       </div>
     </div>
   </div>


Reply via email to