Fix broken link to Angular version of TodoMVC

This commit is contained in:
Evgeny Vereshchagin 2015-05-21 11:48:47 +03:00
Родитель e9d6421c0f
Коммит 77f3b9f2e6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -72,7 +72,7 @@ which will display all open scripts.</p>
<h3 id="add-remove-breakpoints">Add and remove breakpoints</h3> <h3 id="add-remove-breakpoints">Add and remove breakpoints</h3>
<p>In the <b>Sources</b> panel, open a JavaScript file for debugging. In the example below, we are debugging the <b>todoCtrl.js</b> file from the <a href="http://todomvc.com/architecture-examples/angularjs/">AngularJS version of TodoMVC</a>.</p> <p>In the <b>Sources</b> panel, open a JavaScript file for debugging. In the example below, we are debugging the <b>todoCtrl.js</b> file from the <a href="http://todomvc.com/examples/angularjs/">AngularJS version of TodoMVC</a>.</p>
<div class="screenshot"><img src="javascript-debugging/sources-select-todoCtrl-js.png"/></div> <div class="screenshot"><img src="javascript-debugging/sources-select-todoCtrl-js.png"/></div>