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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_lifecycle.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/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">

Powered by Google App Engine
This is Rietveld 408576698