mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fix link to the tutorial page
This commit is contained in:
parent
6181ca600d
commit
fd112877f8
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
</h1>
|
||||
<ul class="navigation">
|
||||
<li ng:class="selectedSection('intro')"><a href="#!intro">Introduction</a></li>
|
||||
<li ng:class="selectedSection('tutorial')"><a href="#!tutoria">Tutorial</a></li>
|
||||
<li ng:class="selectedSection('tutorial')"><a href="#!tutorial">Tutorial</a></li>
|
||||
<li ng:class="selectedSection('guide')"><a href="#!guide">Developer Guide</a></li>
|
||||
<li ng:class="selectedSection('api')"><a href="#!api">API Reference</a></li>
|
||||
<li ng:class="selectedSection('cookbook')"><a href="#!cookbook">Cookbook</a></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue