summaryrefslogtreecommitdiffstats
path: root/docs/html/tools
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2013-02-01 15:00:09 -0800
committerDirk Dougherty <ddougherty@google.com>2013-02-01 15:00:09 -0800
commit8a72b6e0db11dec73253b938defc2847a8c8234d (patch)
tree1351196a4a53bbd9c48cb2de2bf29cf618a2e540 /docs/html/tools
parentbf1d230b05becec58992fb10967b9b6dba67b967 (diff)
downloadframeworks_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')
-rw-r--r--docs/html/tools/debugging/debugging-ui.jd4
-rw-r--r--docs/html/tools/workflow/publishing/publishing.jd8
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&amp;hd=1"
+ src="//www.youtube.com/embed/PAgE7saQUUY?rel=0&amp;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&amp;hd=1"
+ src="//www.youtube.com/embed/C45bMZGdN7Y?rel=0&amp;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>
&nbsp;&nbsp;&nbsp;&nbsp;
<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>
&nbsp;&nbsp;&nbsp;&nbsp;
<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>