diff options
author | Scott Main <smain@google.com> | 2013-10-31 16:09:50 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-10-31 23:11:00 +0000 |
commit | dcfc04cdce8d34d677bc14c6c69e76c7084712b0 (patch) | |
tree | 2a91180310b869ade5088ea449eb8560f6afe71e /docs | |
parent | 78da147d426c80baac63aeaf521f112d8c4c1d2d (diff) | |
download | frameworks_base-dcfc04cdce8d34d677bc14c6c69e76c7084712b0.zip frameworks_base-dcfc04cdce8d34d677bc14c6c69e76c7084712b0.tar.gz frameworks_base-dcfc04cdce8d34d677bc14c6c69e76c7084712b0.tar.bz2 |
link fixes
Change-Id: Ieb7e7f7f3997edca75399b2240e9c8043f3e0129
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/about/versions/android-4.4.jd | 2 | ||||
-rw-r--r-- | docs/html/google/play-services/wallet.jd | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/about/versions/android-4.4.jd b/docs/html/about/versions/android-4.4.jd index 6ef0337..38b6a56 100644 --- a/docs/html/about/versions/android-4.4.jd +++ b/docs/html/about/versions/android-4.4.jd @@ -573,7 +573,7 @@ The new {@link android.app.Notification.Action} class defines the characteristic <p style="margin-top:50px" class="note">For a detailed view of all API changes in Android 4.3, see the -<a href="{@docRoot}sdk/api_diff/18/changes.html">API Differences Report</a>.</p> +<a href="{@docRoot}sdk/api_diff/19/changes.html">API Differences Report</a>.</p> diff --git a/docs/html/google/play-services/wallet.jd b/docs/html/google/play-services/wallet.jd index 9a4ba67..b9b98d9 100644 --- a/docs/html/google/play-services/wallet.jd +++ b/docs/html/google/play-services/wallet.jd @@ -37,7 +37,7 @@ header.hide=1 from your app. Customers can grant you access to their payment information with just a few clicks. <br /> - <a href="https://devsite.googleplex.com/commerce/wallet/instant-buy/android/tutorial#add_google_wallet_buttons_to_your_ui" + <a href="https://developers.google.com/commerce/wallet/instant-buy/android/tutorial#add_google_wallet_buttons_to_your_ui" class="external-link">Add a "Buy with Google" button</a>.</p> <h4>Streamline Purchases with Google+ Sign-On</h4> @@ -45,14 +45,14 @@ header.hide=1 by adding Google+ sign in. Users can sign in with a single click and share their profile information during the purchase. <br /> - <a href="https://devsite.googleplex.com/commerce/wallet/instant-buy/wallet-sso#android" + <a href="https://developers.google.com/commerce/wallet/instant-buy/wallet-sso#android" class="external-link">Add Google+ Sign-In for Wallet</a>.</p> <h4>Minimize User Data Entry</h4> <p>Google Wallet provides auto-completion of addresses, minimizing user data entry. You can also retrieve billing and shipping addresses directly from the user’s Wallet to-do form pre-fills.<br /> <a class="external-link" - href="https://devsite.googleplex.com/commerce/wallet/instant-buy/android/reference/com/google/android/gms/wallet/MaskedWallet#getBillingAddress()">Get + href="https://developers.google.com/commerce/wallet/instant-buy/android/reference/com/google/android/gms/wallet/MaskedWallet#getBillingAddress()">Get billing addresses</a>.</p> </div> @@ -71,7 +71,7 @@ header.hide=1 sample located in <code><android-sdk>/extras/google-play-services/samples/wallet</code>. The sample shows you how to use the major components of the Instant Buy API.</p> <p>The <a - class="external-link" href="https://devsite.googleplex.com/commerce/wallet/instant-buy/android/quickstart">Quick + class="external-link" href="https://developers.google.com/commerce/wallet/instant-buy/android/quickstart">Quick Start guide</a> provides directions on how to get the Wallet sample up and running</p> <h4>3. Read the documentation</h4> <p>For quick access while developing your Android apps, the <a |