diff options
Diffstat (limited to 'docs/html/google/gcm')
-rw-r--r-- | docs/html/google/gcm/c2dm.jd | 2 | ||||
-rw-r--r-- | docs/html/google/gcm/gcm.jd | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/google/gcm/c2dm.jd b/docs/html/google/gcm/c2dm.jd index e8a7edb..5c4a86e 100644 --- a/docs/html/google/gcm/c2dm.jd +++ b/docs/html/google/gcm/c2dm.jd @@ -43,7 +43,7 @@ page.title=Migration <ul> <li> Ease of use. No sign-up forms.</li> <li>No quotas.</li> - <li>GCM and C2DM stats are available through the <a href="http://play.google.com/apps/publish">Android Developer Console</a>.</li> + <li>GCM and C2DM stats are available through the <a href="http://play.google.com/apps/publish">Developer Console</a>.</li> <li>Battery efficiency.</li> <li>Rich set of new APIs.</li> </ul> diff --git a/docs/html/google/gcm/gcm.jd b/docs/html/google/gcm/gcm.jd index f218bc2..11b5a6c 100644 --- a/docs/html/google/gcm/gcm.jd +++ b/docs/html/google/gcm/gcm.jd @@ -1025,7 +1025,7 @@ registration_id=32 <p>To view statistics and any error messages for your GCM applications:</p> <ol> - <li> Go to the <code><a href="http://play.google.com/apps/publish">Android Developer Console</a></code>.</li> + <li> Go to the <code><a href="http://play.google.com/apps/publish">Developer Console</a></code>.</li> <li>Login with your developer account. <p>You will see a page that has a list of all of your apps.</p></li> <li> Click on the "statistics" link next to the app for which you want to view GCM stats. @@ -1033,7 +1033,7 @@ registration_id=32 <li>Go to the drop-down menu and select the GCM metric you want to view. </li> </ol> -<p class="note"><strong>Note:</strong> Stats on the Google API Console are not enabled for GCM. You must use the <a href="http://play.google.com/apps/publish">Android Developer Console</a>.</p> +<p class="note"><strong>Note:</strong> Stats on the Google API Console are not enabled for GCM. You must use the <a href="http://play.google.com/apps/publish">Developer Console</a>.</p> <h2 id="example">Examples</h2> <p>See the <a href="demo.html">GCM Demo Application</a> document.</p> |