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

Unified Diff: chrome/common/extensions/docs/templates/articles/manifest/storage.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/storage.html
diff --git a/chrome/common/extensions/docs/templates/articles/manifest/storage.html b/chrome/common/extensions/docs/templates/articles/manifest/storage.html
index a6787c0c99d9e115c69249e3435e188003f130ed..d08e1250e2e744e6c7dc7c695ce74586b7655b26 100644
--- a/chrome/common/extensions/docs/templates/articles/manifest/storage.html
+++ b/chrome/common/extensions/docs/templates/articles/manifest/storage.html
@@ -20,7 +20,7 @@ for examples from Chrome itself.
<p>
After declaring the policies they can be read from the
-<a href="../storage.html#property-managed">storage.managed</a> API.
+<a href="../storage#property-managed">storage.managed</a> API.
It's up to the {{platform}} to enforce the policies configured
by the administrator.
</p>
@@ -45,10 +45,10 @@ within the {{platform}} that contains the policy schema.
<p>
Chrome will then load these policies from the underlying operating system
and from Google Apps for signed-in users. The
-<a href="../storage.html#event-onChanged">storage.onChanged</a>
+<a href="../storage#event-onChanged">storage.onChanged</a>
event is fired whenever a policy change is detected, including while
the browser wasn't running if the {{platform}} uses
-<a href="../event_pages.html">event pages</a>.
+<a href="../event_pages">event pages</a>.
You can verify the policies that Chrome loaded at
<a href="chrome://policy">chrome://policy</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698