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

Unified Diff: chrome/common/extensions/docs/templates/private/permissions/background.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/private/permissions/background.html
diff --git a/chrome/common/extensions/docs/templates/private/permissions/background.html b/chrome/common/extensions/docs/templates/private/permissions/background.html
index ed8ba55b5efcf1e8c562cdd4bc26a6bc0521d8eb..791933b506ba0274817690d38e9163f7419f57d7 100644
--- a/chrome/common/extensions/docs/templates/private/permissions/background.html
+++ b/chrome/common/extensions/docs/templates/private/permissions/background.html
@@ -11,5 +11,5 @@ When any installed hosted app, packaged app, or extension has "background" permi
</p>
<p>
-You typically use the "background" permission with a <a href="background_pages.html">background page</a>, <a href="event_pages.html">event page</a> or (for hosted apps) a <a href="http://code.google.com/chrome/apps/docs/background.html">background window</a>.
+You typically use the "background" permission with a <a href="background_pages">background page</a>, <a href="event_pages">event page</a> or (for hosted apps) a <a href="http://developers.google.com/chrome/apps/docs/background.html">background window</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698