| 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–Compliant</a> MVC frameworks
|
| +We recommend the following <a href="contentSecurityPolicy">CSP–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>
|
|
|