diff options
| author | Scott Main <smain@google.com> | 2012-08-09 11:49:50 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-08-09 16:38:12 -0700 |
| commit | cb0b2df11464b1035ded39a06722242ee6c595b4 (patch) | |
| tree | ec77021f6dc56230ed4d01174be05d0ac86e48cb /docs/html/training/cloudsync | |
| parent | 2f8cc17f5fbc2e05ac0889fbbddf4e530750087b (diff) | |
| download | frameworks_base-cb0b2df11464b1035ded39a06722242ee6c595b4.zip frameworks_base-cb0b2df11464b1035ded39a06722242ee6c595b4.tar.gz frameworks_base-cb0b2df11464b1035ded39a06722242ee6c595b4.tar.bz2 | |
fix misc doc bugs from external issues
Change-Id: I11b1d524dd2159b58c65d3ef7a76af15624ae365
Diffstat (limited to 'docs/html/training/cloudsync')
| -rw-r--r-- | docs/html/training/cloudsync/gcm.jd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/training/cloudsync/gcm.jd b/docs/html/training/cloudsync/gcm.jd index dcc1b6b..df26d34 100644 --- a/docs/html/training/cloudsync/gcm.jd +++ b/docs/html/training/cloudsync/gcm.jd @@ -37,8 +37,7 @@ your server.</p> <p>This lesson covers some of the best practices for integrating GCM into your application, and assumes you are already familiar with basic implementation of this service. If this is not the case, you can read the <a - href="http://developer.google.com/android/gcm/demo">GCM - Tutorial</a>.</p> + href="{@docRoot}guide/google/gcm/demo.html">GCM demo app tutorial</a>.</p> <h2 id="multicast">Send Multicast Messages Efficiently</h2> <p>One of the most useful features in GCM is support for up to 1,000 recipients for |
