diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-02-01 15:00:09 -0800 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-02-01 15:00:09 -0800 |
commit | 8a72b6e0db11dec73253b938defc2847a8c8234d (patch) | |
tree | 1351196a4a53bbd9c48cb2de2bf29cf618a2e540 /docs/html/tools/workflow | |
parent | bf1d230b05becec58992fb10967b9b6dba67b967 (diff) | |
download | frameworks_base-8a72b6e0db11dec73253b938defc2847a8c8234d.zip frameworks_base-8a72b6e0db11dec73253b938defc2847a8c8234d.tar.gz frameworks_base-8a72b6e0db11dec73253b938defc2847a8c8234d.tar.bz2 |
Doc change: Remove more proto scheme from src urls (to fix mixed content warnings).
Change-Id: I1c2276f5fb057a0ca20c0d1feef2bce0ab7ffab8
Diffstat (limited to 'docs/html/tools/workflow')
-rw-r--r-- | docs/html/tools/workflow/publishing/publishing.jd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/tools/workflow/publishing/publishing.jd b/docs/html/tools/workflow/publishing/publishing.jd index fba95ba..649e80d 100644 --- a/docs/html/tools/workflow/publishing/publishing.jd +++ b/docs/html/tools/workflow/publishing/publishing.jd @@ -632,21 +632,21 @@ $(document).ready(function() { <div class="button-row"> <input type="radio" name="buttonStyle" value="get_it_on_play_logo_small" id="ns" checked="checked" /> - <label for="ns"><img src="http://www.android.com/images/brand/get_it_on_play_logo_small.png" + <label for="ns"><img src="//www.android.com/images/brand/get_it_on_play_logo_small.png" alt="Get it on Google Play (small)" /></label> <input type="radio" name="buttonStyle" value="get_it_on_play_logo_large" id="nm" /> - <label for="nm"><img src="http://www.android.com/images/brand/get_it_on_play_logo_large.png" + <label for="nm"><img src="//www.android.com/images/brand/get_it_on_play_logo_large.png" alt="Get it on Google Play (large)" /></label> </div> <div class="button-row"> <input type="radio" name="buttonStyle" value="android_app_on_play_logo_small" id="ws" /> - <label for="ws"><img src="http://www.android.com/images/brand/android_app_on_play_logo_small.png" + <label for="ws"><img src="//www.android.com/images/brand/android_app_on_play_logo_small.png" alt="Android app on Google Play (small)" /></label> <input type="radio" name="buttonStyle" value="android_app_on_play_logo_large" id="wm" /> - <label for="wm"><img src="http://www.android.com/images/brand/android_app_on_play_logo_large.png" + <label for="wm"><img src="//www.android.com/images/brand/android_app_on_play_logo_large.png" alt="Android app on Google Play (large)" /></label> </div> |