diff options
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/debugging/debugging-ui.jd | 4 | ||||
-rw-r--r-- | docs/html/tools/workflow/publishing/publishing.jd | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/tools/debugging/debugging-ui.jd b/docs/html/tools/debugging/debugging-ui.jd index a5991ec..8ca5192 100644 --- a/docs/html/tools/debugging/debugging-ui.jd +++ b/docs/html/tools/debugging/debugging-ui.jd @@ -36,14 +36,14 @@ parent.link=index.html <li> <iframe title="Hierarchyviewer" width="210" height="160" - src="http://www.youtube.com/embed/PAgE7saQUUY?rel=0&hd=1" + src="//www.youtube.com/embed/PAgE7saQUUY?rel=0&hd=1" frameborder="0" allowfullscreen> </iframe> </li> <li> <iframe title="Pixel Perfect" width="210" height="160" - src="http://www.youtube.com/embed/C45bMZGdN7Y?rel=0&hd=1" + src="//www.youtube.com/embed/C45bMZGdN7Y?rel=0&hd=1" frameborder="0" allowfullscreen> </iframe> 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> |