diff options
author | Ricardo Cervera <rcervera@google.com> | 2015-01-13 16:35:04 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-13 16:35:04 +0000 |
commit | c2d373a0a7bb45e8c8a282781c5bc4f75db86b7d (patch) | |
tree | d4e056775555090fe366bcb4a354aede2e424537 /docs | |
parent | a87f35555d4aca13902a334691815cfa462feb30 (diff) | |
parent | f556941357ea391cae6dcd2e22b71a837a216d06 (diff) | |
download | frameworks_base-c2d373a0a7bb45e8c8a282781c5bc4f75db86b7d.zip frameworks_base-c2d373a0a7bb45e8c8a282781c5bc4f75db86b7d.tar.gz frameworks_base-c2d373a0a7bb45e8c8a282781c5bc4f75db86b7d.tar.bz2 |
am f5569413: docs: Fix broken link in Common Intents
* commit 'f556941357ea391cae6dcd2e22b71a837a216d06':
docs: Fix broken link in Common Intents
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/components/intents-common.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/components/intents-common.jd b/docs/html/guide/components/intents-common.jd index adba1cd..05e3133 100644 --- a/docs/html/guide/components/intents-common.jd +++ b/docs/html/guide/components/intents-common.jd @@ -1754,7 +1754,7 @@ public void showStepCount() { </div> <p>To call a taxi, use the -<a href="{@docRoot}com/google/android/gms/actions/ReserveIntents.html#ACTION_RESERVE_TAXI_RESERVATION"><code>ACTION_RESERVE_TAXI_RESERVATION</code></a> +<a href="{@docRoot}reference/com/google/android/gms/actions/ReserveIntents.html#ACTION_RESERVE_TAXI_RESERVATION"><code>ACTION_RESERVE_TAXI_RESERVATION</code></a> action.</p> <p class="note"><strong>Note:</strong> Apps must ask for confirmation from the user @@ -1762,7 +1762,7 @@ before completing the action.</p> <dl> <dt><b>Action</b></dt> - <dd><a href="{@docRoot}com/google/android/gms/actions/ReserveIntents.html#ACTION_RESERVE_TAXI_RESERVATION"><code>ACTION_RESERVE_TAXI_RESERVATION</code></a></dd> + <dd><a href="{@docRoot}reference/com/google/android/gms/actions/ReserveIntents.html#ACTION_RESERVE_TAXI_RESERVATION"><code>ACTION_RESERVE_TAXI_RESERVATION</code></a></dd> <dt><b>Data URI</b></dt> <dd>None</dd> |