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

Unified Diff: chrome/common/extensions/docs/templates/intros/storage.html

Issue 14273041: Doc server manifest page generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix imports Created 7 years, 5 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/storage.html
diff --git a/chrome/common/extensions/docs/templates/intros/storage.html b/chrome/common/extensions/docs/templates/intros/storage.html
index 4d37d59575de6edb6db4f2e82b903a822ede2d6d..1c5ed0b45fe99628d2d46c13944c37cacf8bcc7c 100644
--- a/chrome/common/extensions/docs/templates/intros/storage.html
+++ b/chrome/common/extensions/docs/templates/intros/storage.html
@@ -15,7 +15,7 @@ with the following key differences:
without the need for a background page.</li>
<li>A user's extension settings can be persisted
even when using
- <a href="manifest.html#incognito">split incognito behavior</a>.</li>
+ <a href="manifest/incognito.html">split incognito behavior</a>.</li>
<li>It's asynchronous with bulk read and write operations, and therefore
faster than the blocking and serial <code>localStorage API</code>.
<li>User data can be stored as objects

Powered by Google App Engine
This is Rietveld 408576698