diff options
| author | 2015-01-13 16:42:22 +0000 | |
|---|---|---|
| committer | 2015-01-13 16:42:22 +0000 | |
| commit | 62ceea31564ac27c84ff78b400f844be98917c29 (patch) | |
| tree | a0243c895955a2470dd0ee9987c2ae47cf214a38 | |
| parent | eec6dd779ca170a80ff457828e2687da834d2c1f (diff) | |
| parent | c2d373a0a7bb45e8c8a282781c5bc4f75db86b7d (diff) | |
am f5569413: docs: Fix broken link in Common Intents
automerge: c2d373a
* commit 'c2d373a0a7bb45e8c8a282781c5bc4f75db86b7d':
docs: Fix broken link in Common Intents
| -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 adba1cdf4418..05e3133f0223 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> |