Commit 282871ec authored by Jian Li's avatar Jian Li

Fix incorrect link in gcm.json

BUG=none
R=fgorski@chromium.org
TBR=kalman@chromium.org

Review URL: https://codereview.chromium.org/566933004

Cr-Commit-Position: refs/heads/master@{#294644}
parent d09441f8
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
"messageId": { "messageId": {
"type": "string", "type": "string",
"minLength": 1, "minLength": 1,
"description": "The ID of the message. It must be unique for each message in scope of the applications. See the <a href='cloudMessagingV2#send_messages'>Cloud Messaging documentation</a> for advice for picking and handling an ID." "description": "The ID of the message. It must be unique for each message in scope of the applications. See the <a href='cloudMessaging#send_messages'>Cloud Messaging documentation</a> for advice for picking and handling an ID."
}, },
"timeToLive": { "timeToLive": {
"type": "integer", "type": "integer",
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
"collapseKey": { "collapseKey": {
"type": "string", "type": "string",
"optional": true, "optional": true,
"desctription": "The collapse key of a message. See <a href='cloudMessagingV2#collapsible_messages'>Collapsible Messages</a> section of Cloud Messaging documentation for details." "desctription": "The collapse key of a message. See <a href='cloudMessaging#collapsible_messages'>Collapsible Messages</a> section of Cloud Messaging documentation for details."
} }
} }
} }
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
{ {
"name": "onMessagesDeleted", "name": "onMessagesDeleted",
"type": "function", "type": "function",
"description": "Fired when a GCM server had to delete messages sent by an app server to the application. See <a href='cloudMessagingV2#messages_deleted_event'>Messages deleted event</a> section of Cloud Messaging documentation for details on handling this event." "description": "Fired when a GCM server had to delete messages sent by an app server to the application. See <a href='cloudMessaging#messages_deleted_event'>Messages deleted event</a> section of Cloud Messaging documentation for details on handling this event."
}, },
{ {
"name": "onSendError", "name": "onSendError",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment