| Index: chrome/common/extensions/docs/templates/articles/app_lifecycle.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/app_lifecycle.html b/chrome/common/extensions/docs/templates/articles/app_lifecycle.html
|
| index b33a853c82ae2a3e3425c4df519a7fbab9cda36c..c5b9fc67c020663c6213b91e57d66e23e309c1bf 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/app_lifecycle.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/app_lifecycle.html
|
| @@ -147,9 +147,9 @@ or when it has been updated.
|
| Any time this function is called,
|
| the <code>onInstalled</code> event is fired.
|
| The event page can listen for this event and use the
|
| -<a href="storage.html">Storage API</a>
|
| +<a href="storage">Storage API</a>
|
| to store and update local settings
|
| -(see also <a href="app_storage.html#options">Storage options</a>).
|
| +(see also <a href="app_storage#options">Storage options</a>).
|
| </p>
|
|
|
| <pre data-filename="background.js">
|
|
|