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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_frameworks.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_frameworks.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_frameworks.html b/chrome/common/extensions/docs/templates/articles/app_frameworks.html
index 88bd90858accda4f1fc692728f0c6fd5a4a4bc5d..1aa383ef1463e392f1ccf53af64339d72a9378c6 100644
--- a/chrome/common/extensions/docs/templates/articles/app_frameworks.html
+++ b/chrome/common/extensions/docs/templates/articles/app_frameworks.html
@@ -118,7 +118,7 @@ If the data needs to be persistent, it also makes an async save to the server.
In rich client-side web app development such as Chrome Apps,
keeping the data persistent in local storage is also crucial.
In this case, the controller also handles saving the data
-to the client-side storage such as <a href="app_storage.html">FileSystem API</a>.
+to the client-side storage such as <a href="app_storage">FileSystem API</a>.
</p>
<p>
@@ -197,8 +197,8 @@ This is interesting in the modern web app design
because you often interact with more than one persistent data layer
such as a remote server and browser’s local storage.
Chrome Apps provides both
-<a href="storage.html">Chrome Storage API</a> and
-<a href="fileSystem.html">HTML 5 fileSystem API</a> for client side storage.
+<a href="storage">Chrome Storage API</a> and
+<a href="fileSystem">HTML 5 fileSystem API</a> for client side storage.
</p>
<p>Pros:</p>
@@ -287,17 +287,17 @@ Cons:
<p>
MVC is crucial to designing Chrome Apps.
-We recommend the following <a href="contentSecurityPolicy.html">CSP&ndash;Compliant</a> MVC frameworks
+We recommend the following <a href="contentSecurityPolicy">CSP&ndash;Compliant</a> MVC frameworks
for writing secure and scalable Chrome Apps:
</p>
<ul>
<li><a href="http://angularjs.org/">AngularJS</a>
- (<a href="https://github.com/GoogleChrome/textdrive-app">Text Drive Reference App</a> and <a href="angular_framework.html">Build Apps with AngularJS tutorial</a>)</li>
+ (<a href="https://github.com/GoogleChrome/textdrive-app">Text Drive Reference App</a> and <a href="angular_framework">Build Apps with AngularJS tutorial</a>)</li>
<li><a href="http://www.kendoui.com/">Kendo UI</a>
(<a href="https://github.com/GoogleChrome/kendo-photo-booth-app">Photo Booth Reference App</a>)</li>
<li><a href="http://www.sencha.com/">Sencha</a>
- (<a href="https://github.com/GoogleChrome/sencha-video-player-app">Video Player Reference App</a> and <a href="sencha_framework.html">Build Apps with Sencha Ext JS tutorial</a>)</li>
+ (<a href="https://github.com/GoogleChrome/sencha-video-player-app">Video Player Reference App</a> and <a href="sencha_framework">Build Apps with Sencha Ext JS tutorial</a>)</li>
</ul>
<h2 id="resources">Useful resources</h2>

Powered by Google App Engine
This is Rietveld 408576698