| 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>
|
|
|