| Index: chrome/common/extensions/docs/templates/articles/desktop_notifications.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
|
| index 0dab45cb3811e0389792682535c2b5c20443b8e0..96bc5f17e9667d44872713bc3f80a7d423da7094 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
|
| @@ -4,7 +4,7 @@
|
| <code>webKitNotifications.createHTMLNotification()</code> in the
|
| <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">web notifications API</a> has been deprecated.
|
| The new <a href="http://www.w3.org/TR/notifications/">web notifications API</a> only allows text.
|
| -<a href="notifications.html">Chrome notifications API</a>
|
| +<a href="notifications">Chrome notifications API</a>
|
| will be promoted to stable soon and
|
| web notifications will be updated
|
| to use the new rich notifications format.
|
| @@ -72,7 +72,7 @@ var notification = webkitNotifications.createNotification(
|
|
|
| // Or create an HTML notification:
|
| var notification = webkitNotifications.createHTMLNotification(
|
| - 'notification.html' // html url - can be relative
|
| + 'notification' // html url - can be relative
|
| );
|
|
|
| // Then show the notification.
|
| @@ -112,7 +112,7 @@ of using notifications in the
|
| directory.
|
| For other examples
|
| and for help in viewing the source code,
|
| -see <a href="samples.html">Samples</a>.
|
| +see <a href="samples">Samples</a>.
|
| </p>
|
|
|
| <p>
|
|
|