diff options
author | Scott Main <smain@google.com> | 2012-06-29 16:45:55 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-06-29 16:45:55 -0700 |
commit | e02e5d8d5874d9b247b3dff9153b7c9802f60130 (patch) | |
tree | 219a10583e8bc594aeb258dea06e9352b0f1dca9 /docs/html/about/versions | |
parent | ef2b7fa2c311b91108a6a7296e004e89bc87fa9c (diff) | |
download | frameworks_base-e02e5d8d5874d9b247b3dff9153b7c9802f60130.zip frameworks_base-e02e5d8d5874d9b247b3dff9153b7c9802f60130.tar.gz frameworks_base-e02e5d8d5874d9b247b3dff9153b7c9802f60130.tar.bz2 |
docs: fix link to gcm
Change-Id: If198e72f1c3a37c82fe782ec88dd6a0c98e17105
Diffstat (limited to 'docs/html/about/versions')
-rw-r--r-- | docs/html/about/versions/jelly-bean.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/about/versions/jelly-bean.jd b/docs/html/about/versions/jelly-bean.jd index 18b3ff6..2ba22ce 100644 --- a/docs/html/about/versions/jelly-bean.jd +++ b/docs/html/about/versions/jelly-bean.jd @@ -330,7 +330,7 @@ style="font-weight:500;">App Widgets</span> can resize automatically to fit the <p>GCM handles all the details of <strong>queuing messages and delivering them</strong> efficiently to the targeted Android devices. It supports message <strong>multicasting</strong> and can reach up to 1000 connected devices simultaneously with a single request. It also supports message <strong>payloads</strong>, which means that in addition to sending tickle messages to an app on the device, developers can send up to 4K of data. </p> -<p>Google Cloud Messaging is completely <strong>free for all developers</strong> and sign-up is easy. See the <a href="http://developers.google.com/android/gcm/index.html">Google Cloud Messaging</a> page for registration, downloads, and documentation.</p> +<p>Google Cloud Messaging is completely <strong>free for all developers</strong> and sign-up is easy. See the <a href="{@docRoot}guide/google/gcm/index.html">Google Cloud Messaging</a> page for registration, downloads, and documentation.</p> <h3>App Encryption</h3> |