diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2013-01-15 19:57:25 -0800 |
|---|---|---|
| committer | Dirk Dougherty <ddougherty@google.com> | 2013-01-15 19:57:25 -0800 |
| commit | 4166513f232706ca093244d529d445742ab8d5e9 (patch) | |
| tree | 9d0e373ce1880b47c0628ac79e6e847d03c05870 /docs/html/index.jd | |
| parent | 3c3995f5ab2d0bc38cd06effdd65395a6a9a0ac3 (diff) | |
| download | frameworks_base-4166513f232706ca093244d529d445742ab8d5e9.zip frameworks_base-4166513f232706ca093244d529d445742ab8d5e9.tar.gz frameworks_base-4166513f232706ca093244d529d445742ab8d5e9.tar.bz2 | |
Doc change: Fix urls to work properly with https.
Change-Id: I8bc996dff0a0b44992987f93019a2a5be40430cd
Diffstat (limited to 'docs/html/index.jd')
| -rw-r--r-- | docs/html/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index cf06324..afda7a9 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -22,7 +22,7 @@ page.metaDescription=The official site for Android developers. Provides the Andr <script type="text/javascript"> var params = { allowScriptAccess: "always" }; var atts = { id: "ytapiplayer" }; - swfobject.embedSWF("http://www.youtube.com/v/RRelFvc6Czo?enablejsapi=1&playerapiid=ytplayer&version=3&HD=1;rel=0;showinfo=0;modestbranding;origin=developer.android.com;autohide=1", + swfobject.embedSWF("//www.youtube.com/v/RRelFvc6Czo?enablejsapi=1&playerapiid=ytplayer&version=3&HD=1;rel=0;showinfo=0;modestbranding;origin=developer.android.com;autohide=1", "ytapiplayer", "600", "338", "8", null, null, params, atts); // Callback used to pause/resume carousel based on video state |
