Merge "Docs: Updates Connectivity page to avoid breaking change by ag/767033" into mnc-mr-docs
diff --git a/docs/html/guide/topics/connectivity/index.jd b/docs/html/guide/topics/connectivity/index.jd
index 385cf08..648b524 100644
--- a/docs/html/guide/topics/connectivity/index.jd
+++ b/docs/html/guide/topics/connectivity/index.jd
@@ -9,19 +9,19 @@
 
   <div class="col-6">
     <h3>Blog Articles</h3>
-    
+
     <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">
       <h4>Android’s HTTP Clients</h4>
       <p>Most network-connected Android apps will use HTTP to send and receive data. Android
 includes two HTTP clients: HttpURLConnection and Apache HTTP Client. Both support HTTPS, streaming
 uploads and downloads, configurable timeouts, IPv6 and connection pooling.</p>
     </a>
-    
+
   </div>
 
   <div class="col-6">
     <h3>Training</h3>
-    
+
     <a href="http://developer.android.com/training/efficient-downloads/index.html">
       <h4>Transferring Data Without Draining the Battery</h4>
       <p>This class demonstrates the best practices for scheduling and executing downloads using
@@ -29,14 +29,17 @@
 the wireless radio can affect your choices on when, what, and how to transfer data in order to
 minimize impact on battery life.</p>
     </a>
-    
-    <a href="http://developer.android.com/training/cloudsync/index.html">
-      <h4>Syncing to the Cloud</h4>
-      <p>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.</p>
+
+    <a href="http://developer.android.com/training/backup/index.html">
+      <h4>Backing up App Data to the Cloud</h4>
+      <p>
+      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.
+      </p>
+
     </a>
-    
+
   </div>
 
 </div>
\ No newline at end of file