summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/practices
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-07-17 15:36:32 -0700
committerScott Main <smain@google.com>2012-07-17 15:36:32 -0700
commit65bc1c213b6c2daa828517d8ee2f1d96b5c22a5b (patch)
tree815e4f1825072a000af9fbe7b559ecbaa1f5abf1 /docs/html/guide/practices
parent28a3897d08e0d2bce69225a89cbada792761f0ed (diff)
downloadframeworks_base-65bc1c213b6c2daa828517d8ee2f1d96b5c22a5b.zip
frameworks_base-65bc1c213b6c2daa828517d8ee2f1d96b5c22a5b.tar.gz
frameworks_base-65bc1c213b6c2daa828517d8ee2f1d96b5c22a5b.tar.bz2
docs: fix broken links
Change-Id: Ic2ca7a3ae1d8283d2b101028c5782159d822d98f
Diffstat (limited to 'docs/html/guide/practices')
-rw-r--r--docs/html/guide/practices/index.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/practices/index.jd b/docs/html/guide/practices/index.jd
index e218b50..04a43c5 100644
--- a/docs/html/guide/practices/index.jd
+++ b/docs/html/guide/practices/index.jd
@@ -10,7 +10,7 @@ page.landing.image=
<div class="col-12">
<h3>Blog Articles</h3>
- <a href="android-developers.blogspot.com/2010/10/improving-app-quality.html">
+ <a href="http://android-developers.blogspot.com/2010/10/improving-app-quality.html">
<h4>Improving App Quality</h4>
<p>One way of improving your app’s visibility in the ecosystem is by deploying well-targeted
mobile advertising campaigns and cross-app promotions. However, there’s another time-tested method
@@ -23,7 +23,7 @@ of fueling the impression-install-ranking cycle: improve the product!</p>
your designs to the action bar in order to promote a consistent Android user experience.</p>
</a>
- <a href="android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html">
+ <a href="http://android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html">
<h4>New Tools For Managing Screen Sizes</h4>
<p>Android 3.2 includes new tools for supporting devices with a wide range of screen sizes.
One important result is better support for a new size of screen; what is typically called a “7-inch”
@@ -31,7 +31,7 @@ tablet. This release also offers several new APIs to simplify developers’ work
different screen sizes.</p>
</a>
- <a href="android-developers.blogspot.com/2011/03/identifying-app-installations.html">
+ <a href="http://android-developers.blogspot.com/2011/03/identifying-app-installations.html">
<h4>Identifying App Installations</h4>
<p>It is very common, and perfectly reasonable, for a developer to want to track individual
installations of their apps. It sounds plausible just to call TelephonyManager.getDeviceId() and use