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 | |
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')
-rw-r--r-- | docs/html/develop/index.jd | 10 | ||||
-rw-r--r-- | docs/html/index.jd | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index c12761b..57fa498 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -51,7 +51,7 @@ href="{@docRoot}google/play-services/maps.html" class="button">Read more</a></p> <li class="item carousel-home"> <div class="col-8"> <img -src="http://4.bp.blogspot.com/-lfjzgG5Dqrk/UHMThRtpRwI/AAAAAAAABpk/h4d3nsmkgPM/s400/mint.png" +src="//lh4.ggpht.com/-lfjzgG5Dqrk/UHMThRtpRwI/AAAAAAAABpk/h4d3nsmkgPM/s400/mint.png" class="play no-shadow no-transform" /> </div> <div class="content-right col-6"> @@ -65,7 +65,7 @@ more</a></p> <li class="item carousel-home"> <div class="col-8"> <img -src="http://1.bp.blogspot.com/-6K1kfNOdek8/T72bXvtTSQI/AAAAAAAABmw/kYzmJt0_328/s1600/google-play-subscriptions.png" class="play"></div> +src="//lh4.ggpht.com/-6K1kfNOdek8/T72bXvtTSQI/AAAAAAAABmw/kYzmJt0_328/s1600/google-play-subscriptions.png" class="play"></div> <div class="content-right col-6"> <h2>In-app Subscriptions with Trials</h2> <p>You can now set up a <strong>free trial period</strong> for any Google Play in-app subscription, making it easy for users try your subscriber content before automatically converting to a full subscription. Free trials give you a new way to bring users into your products and engage them effectively. </p> @@ -77,7 +77,7 @@ more</a></p> <li class="item carousel-home"> <div class="col-8"> <img -src="http://2.bp.blogspot.com/-MgN5DnoO5XU/UHYGYzTcAOI/AAAAAAAABs4/jTS7sKkfBcM/s1600/pubsites.png" class="play"></div> +src="//lh4.ggpht.com/-MgN5DnoO5XU/UHYGYzTcAOI/AAAAAAAABs4/jTS7sKkfBcM/s1600/pubsites.png" class="play"></div> <div class="content-right col-6"> <p class="title-intro">From the blog:</p> <h2>New Google Play Developer Console</h2> @@ -90,7 +90,7 @@ more</a></p> <li class="item carousel-home"> <div class="col-8"> <img -src="http://4.bp.blogspot.com/-g05If_eKKRQ/UAcrVLI-OYI/AAAAAAAAAr8/AWvunVb5S-w/s320/nexus7.png" +src="//lh4.ggpht.com/-g05If_eKKRQ/UAcrVLI-OYI/AAAAAAAAAr8/AWvunVb5S-w/s320/nexus7.png" class="play no-shadow no-transform" /> </div> <div class="content-right col-6"> @@ -127,7 +127,7 @@ more</a></p> <p>You can take advantage of the auth APIs in Google Play services to let your back end know which app is calling and for which user....</p> </a></li> <li><a href="//android-developers.blogspot.com/2012/12/daydream-interactive-screen-savers.html"> - <div class="feed-image" style="background:url('//3.bp.blogspot.com/-wVsUOo4xGE0/UNy9mZ1nmMI/AAAAAAAAB4w/f6rhyLn5KbI/s1600/daydream-example.jpg') no-repeat 0 0;background-position:right top;"></div> + <div class="feed-image" style="background:url('//lh4.ggpht.com/-wVsUOo4xGE0/UNy9mZ1nmMI/AAAAAAAAB4w/f6rhyLn5KbI/s1600/daydream-example.jpg') no-repeat 0 0;background-position:right top;"></div> <h4>Daydream: Interactive Screen Savers</h4> <p>Daydream is an interactive screen-saver mode introduced in Android 4.2. Learn how to add Daydreams to your apps...</p> </a></li> 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 |