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 |