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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_deprecated.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_deprecated.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_deprecated.html b/chrome/common/extensions/docs/templates/articles/app_deprecated.html
index bf670f7c071bf391c338132767cd359f88e085f7..a79e4153987dfde65d39d1b03891fde860a122ac 100644
--- a/chrome/common/extensions/docs/templates/articles/app_deprecated.html
+++ b/chrome/common/extensions/docs/templates/articles/app_deprecated.html
@@ -48,8 +48,8 @@ and potential work-arounds:
<tr>
<td>External resources</td>
<td>Use the <code>webview</code> tag for iframes.
- See <a href="app_external.html">Embed Content</a>
- and <a href="webview_tag.html">Webview Tag API</a>.
+ See <a href="app_external">Embed Content</a>
+ and <a href="webview_tag">Webview Tag API</a>.
Video and audio are allowed to have non-local URLs.</td>
</tr>
<tr>
@@ -100,7 +100,7 @@ and potential work-arounds:
<tr>
<td>webSql</td>
<td>Use IndexedDB or
- <a href="app_storage.html">Filesystem API</a>.</td>
+ <a href="app_storage">Filesystem API</a>.</td>
</tr>
</table>

Powered by Google App Engine
This is Rietveld 408576698