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

Unified Diff: chrome/common/extensions/docs/templates/articles/manifest/incognito.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/incognito.html
diff --git a/chrome/common/extensions/docs/templates/articles/manifest/incognito.html b/chrome/common/extensions/docs/templates/articles/manifest/incognito.html
index 77ef6311db2a91f9251a8191b02b1e26d5118e2c..967a208b127715e6b970670a56a1decaa255c563 100644
--- a/chrome/common/extensions/docs/templates/articles/manifest/incognito.html
+++ b/chrome/common/extensions/docs/templates/articles/manifest/incognito.html
@@ -44,8 +44,8 @@ behavior.
</p>
<p>
-<a href="/{{platform}}s/storage.html#property-sync">chrome.storage.sync</a> and
-<a href="/{{platform}}s/storage.html#property-local">chrome.storage.local</a>
+<a href="/{{platform}}s/storage#property-sync">chrome.storage.sync</a> and
+<a href="/{{platform}}s/storage#property-local">chrome.storage.local</a>
are <em>always</em> shared between regular and incognito processes. It is
recommended to use them for persisting your {{platform}}'s settings.
</p>

Powered by Google App Engine
This is Rietveld 408576698