diff options
| author | 2016-05-27 15:18:37 -0700 | |
|---|---|---|
| committer | 2016-05-27 15:24:25 -0700 | |
| commit | faaa13e0cb731f33df680d487940deea280e7a4c (patch) | |
| tree | 915f051cab7845e1dc8584d258b7d484f40b531f | |
| parent | d643ab1ddb737aeb6636c61839cb64bdc7348c04 (diff) | |
docs: update redirects for GMS and GCM reference docs
b/29003935
Change-Id: I5ad833276dbbfc21a3c5e55a4b2e37d6b3a40dda
| -rw-r--r-- | docs/html/_redirects.yaml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 9e9343e2e3ee..4825d8cafe6a 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -99,10 +99,6 @@ redirects: to: /training/testing/ui-testing/index.html - from: /guide/market/ to: /google/play/ -- from: /guide/google/gcm/client-javadoc/... - to: /reference/com/google/android/gms/gcm/package-summary.html -- from: /guide/google/gcm/server-javadoc/... - to: /reference/com/google/android/gms/gcm/package-summary.html - from: /guide/google/play/services.html to: https://developers.google.com/android/guides/overview - from: /guide/google/ @@ -771,10 +767,6 @@ redirects: to: https://developers.google.com/android/guides/api-client - from: /google/auth/http-auth.html to: https://developers.google.com/android/guides/http-auth -- from: /reference/gms-packages.html - to: https://developers.google.com/android/reference/packages -- from: /reference/com/google/android/gms/ - to: https://developers.google.com/android/reference/com/google/android/gms/ - from: /preview/features/runtime-permissions.html to: /training/permissions/index.html - from: /preview/features/app-linking.html @@ -865,11 +857,18 @@ redirects: - from: /tools/testing-support-library/... to: /topic/libraries/testing-support-library/... -# GCM redirects +# GMS and GCM reference redirects +- from: /reference/gms-packages.html + to: https://developers.google.com/android/reference/packages +- from: /guide/google/gcm/client-javadoc/... + to: https://developers.google.com/android/reference/com/google/android/gms/gcm/package-summary +- from: /guide/google/gcm/server-javadoc/... + to: https://developers.google.com/android/reference/com/google/android/gms/gcm/package-summary +- from: /reference/com/google/android/gcm/... + to: https://developers.google.com/android/reference/com/google/android/gms/gcm/package-summary - from: /reference/com/google/... to: https://developers.google.com/android/reference/com/google/... - # Files moved during the /studio restructure - from: /sdk/index.html to: /studio/index.html |