diff options
author | Scott Main <smain@google.com> | 2012-07-31 09:46:52 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-07-31 14:19:33 -0700 |
commit | f284d49293aead609de5b83d601260cfd86b7978 (patch) | |
tree | 7a94f865fe7deffa5bcb62283ec1412d51aae974 /docs/html/guide/topics/sensors | |
parent | a39fdd11e80618acc046fff65b6549b5c8b5aa8d (diff) | |
download | frameworks_base-f284d49293aead609de5b83d601260cfd86b7978.zip frameworks_base-f284d49293aead609de5b83d601260cfd86b7978.tar.gz frameworks_base-f284d49293aead609de5b83d601260cfd86b7978.tar.bz2 |
docs: fix broken links
Change-Id: I0523fb8eb8608b07cf7ca866d0c2ccfcbfc2e946
Diffstat (limited to 'docs/html/guide/topics/sensors')
-rw-r--r-- | docs/html/guide/topics/sensors/index.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/topics/sensors/sensors_overview.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/sensors/index.jd b/docs/html/guide/topics/sensors/index.jd index a045899..726476a 100644 --- a/docs/html/guide/topics/sensors/index.jd +++ b/docs/html/guide/topics/sensors/index.jd @@ -18,7 +18,7 @@ the default position, the screens are wider than they are tall. This introduces issues that we’ve noticed causing problems in some apps.</p> </a> - <a href="android-developers.blogspot.com/2011/06/deep-dive-into-location.html"> + <a href="http://android-developers.blogspot.com/2011/06/deep-dive-into-location.html"> <h4>A Deep Dive Into Location</h4> <p>I’ve written an open-source reference app that incorporates all of the tips, tricks, and cheats I know to reduce the time between opening an app and seeing an up-to-date list of nearby diff --git a/docs/html/guide/topics/sensors/sensors_overview.jd b/docs/html/guide/topics/sensors/sensors_overview.jd index e38a843..a162ccf 100644 --- a/docs/html/guide/topics/sensors/sensors_overview.jd +++ b/docs/html/guide/topics/sensors/sensors_overview.jd @@ -662,7 +662,7 @@ whether there's a pressure sensor on a device:</p> <h4>Using Google Play filters to target specific sensor configurations</h4> <p>If you are publishing your application on Google Play you can use the - <a href="{@docRoot}guide//topics/manifest/uses-feature-element.html"><code><uses-feature> + <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><code><uses-feature> </code></a> element in your manifest file to filter your application from devices that do not have the appropriate sensor configuration for your application. The <code><uses-feature></code> element has several hardware descriptors that let you filter |