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

Unified Diff: chrome/common/extensions/docs/templates/intros/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/intros/notifications.html
diff --git a/chrome/common/extensions/docs/templates/intros/notifications.html b/chrome/common/extensions/docs/templates/intros/notifications.html
index 683815ba3ae8d6a9b2246d9b8cfbabeda2c7f510..72faadd9e600997d9e35a4b90bcfccf7d431a49c 100644
--- a/chrome/common/extensions/docs/templates/intros/notifications.html
+++ b/chrome/common/extensions/docs/templates/intros/notifications.html
@@ -31,9 +31,9 @@ as well as an <code>iconUrl</code>, which is a link to a small icon that
is displayed to the left of the notification message. The <code>image</code>
template type also includes an <code>imageUrl</code>, which is a link to
an image that is previewed within the notification.
-Due to a strict <a href="contentSecurityPolicy.html">Content Security Policy</a>
+Due to a strict <a href="contentSecurityPolicy">Content Security Policy</a>
in Chrome Apps, these URLs must point to a local resource or use a
-<a href="app_external.html">data URL</a>.
+<a href="app_external">data URL</a>.
</p>
<p>
@@ -82,6 +82,6 @@ $(ref:notifications.onButtonClicked) event.
</p>
<p>Consider including event listeners and handlers within the
- <a href="app_lifecycle.html#create_event_page">event page</a>,
+ <a href="app_lifecycle#create_event_page">event page</a>,
so that notifications can pop-up even when the app or extension isn't running.
</p>

Powered by Google App Engine
This is Rietveld 408576698