Chromium Code Reviews| 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 29e8b6062a7a5bdbf9b09352427284d97e987716..d194016949542eeaa90537e0a069f6580c27e7bb 100644 |
| --- a/chrome/common/extensions/docs/templates/articles/app_frameworks.html |
| +++ b/chrome/common/extensions/docs/templates/articles/app_frameworks.html |
| @@ -36,7 +36,7 @@ into a series of independent components following the MVC pattern. |
| <p> |
| In the last few years, |
| a series of JavaScript MVC frameworks have been developed, |
| -such as <a href="http://backbonejs.org/">backbone.js</a>, <a href="http://emberjs.com/">ember.js</a>, <a href="http://angularjs.org/">AngularJS</a>, <a href="http://sencha.com/">Sencha</a>, <a href="http://kendo.com/">Kendo UI</a>, and more. |
| +such as <a href="http://backbonejs.org/">backbone.js</a>, <a href="http://emberjs.com/">ember.js</a>, <a href="http://angularjs.org/">AngularJS</a>, <a href="http://sencha.com/">Sencha</a>, <a href="http://www.kendoui.com/">Kendo UI</a>, and more. |
| While they all have their unique advantages, each one of them follows some form of MVC pattern |
| with the goal of encouraging developers to write more structured JavaScript code. |
| </p> |
| @@ -297,11 +297,11 @@ for writing secure and scalable Chrome packaged apps: |
| <ul> |
| <li><a href="http://angularjs.org/">AngularJS</a> |
| - (<a href="https://github.com/GoogleChrome/textdrive-app">Text Drive Reference App</a>)</li> |
| - <li><a href="http://kendo.com/">Kendo UI</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> |
|
ericbidelman
2012/10/30 18:56:52
remove tabs
|
| + <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>)</li> |
| + (<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> |
| </ul> |
| <h2 id="resources">Useful resources</h2> |