diff options
author | Kevin Hufnagle <khufnagle@google.com> | 2020-07-13 22:24:25 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-07-13 22:24:25 +0000 |
commit | 4bef972b77fce18b37966b1e0d3189bd53ed66f4 (patch) | |
tree | 0266641b1e75f96668e3ad73286d607f5149a281 | |
parent | 9999e8f08cf614424fc3df8196a0932b5da77967 (diff) | |
parent | 98bcf110783f49fe96367bd6ef489b962f652ad5 (diff) |
Merge "docs: Fix link to loc. Google Play services API" into rvc-dev
-rw-r--r-- | location/java/android/location/package.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/package.html b/location/java/android/location/package.html index 2355e725b6c5..20c5c54d6921 100644 --- a/location/java/android/location/package.html +++ b/location/java/android/location/package.html @@ -6,7 +6,7 @@ <p class="warning"> <strong>This API is not the recommended method for accessing Android location.</strong><br> The -<a href="{@docRoot}reference/com/google/android/gms/location/package-summary.html">Google Location Services API</a>, +<a href="https://developers.google.com/android/reference/com/google/android/gms/location/package-summary">Google Location Services API</a>, part of Google Play services, is the preferred way to add location-awareness to your app. It offers a simpler API, higher accuracy, low-power geofencing, and more. If you are currently using the android.location API, you are strongly |