Skip to content

Commit

Permalink
docs: fix link to gcm
Browse files Browse the repository at this point in the history
Change-Id: If198e72f1c3a37c82fe782ec88dd6a0c98e17105
  • Loading branch information
scottamain committed Jun 29, 2012
1 parent ef2b7fa commit e02e5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html/about/versions/jelly-bean.jd
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://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>

Expand Down

0 comments on commit e02e5d8

Please sign in to comment.