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

Unified Diff: chrome/common/extensions/docs/templates/articles/manifest/url_handlers.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/manifest/url_handlers.html
diff --git a/chrome/common/extensions/docs/templates/articles/manifest/url_handlers.html b/chrome/common/extensions/docs/templates/articles/manifest/url_handlers.html
index 15150639877c95f8066bb2ac98a56bd15b86e8d6..87d564fcd3989f3dfbb89c17810662849dfb530b 100644
--- a/chrome/common/extensions/docs/templates/articles/manifest/url_handlers.html
+++ b/chrome/common/extensions/docs/templates/articles/manifest/url_handlers.html
@@ -1,7 +1,7 @@
<h1 id="url_handlers">url_handlers</h1>
<p>
-Used by <a href="../app_lifecycle.html#eventpage">packaged apps</a>
+Used by <a href="../app_lifecycle#eventpage">packaged apps</a>
to specify URL patterns the app wants to intercept and handle. An app can
define multiple URL handlers under this manifest entry, each having an identifier,
a URL pattern, and a title.
@@ -47,7 +47,7 @@ cannot be verified).
Upon successful registration and installation, an app will be launched for all
matching navigations inside browser tabs as well as other apps. The app will
receive a new kind of the
-<a href="../app_runtime.html#event-onLaunched">app.runtime.onLaunched</a>
+<a href="../app_runtime#event-onLaunched">app.runtime.onLaunched</a>
event, with the launchData
object containing the matched handler's identifier (such as "view_foo_presentation"
above), the URL being navigated to, and the referrer's URL.

Powered by Google App Engine
This is Rietveld 408576698