Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: chrome/common/extensions/docs/templates/articles/desktop_notifications.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..9372b57b4c1fb43b2b81f2705e6f93f2559289b4 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.
@@ -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>

Powered by Google App Engine
This is Rietveld 408576698