diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 81f81375957b3..c8c1c6cc7ae8b 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -421,6 +421,8 @@ redirects: to: /training/implementing-navigation/lateral.html - from: /training/cloudsync/aesync.html to: /google/gcm/index.html +- from: /training/cloudsync/index.html + to: /training/backup/index.html - from: /training/basics/location/ to: /training/location/ - from: /training/monetization/index.html diff --git a/docs/html/guide/topics/data/index.jd b/docs/html/guide/topics/data/index.jd index 169fc223d5556..3872825f1619c 100644 --- a/docs/html/guide/topics/data/index.jd +++ b/docs/html/guide/topics/data/index.jd @@ -11,13 +11,15 @@ page.landing.image=
This class covers different strategies for cloud enabled applications. It covers syncing -data with the cloud using your own back-end web application, and backing up data using the cloud so -that users can restore their data when installing your application on a new device.
+ ++ This class covers techniques for backing up data to the cloud so that + users can restore their data when recovering from a data loss (such as a + factory reset) or installing your application on a new device. +