Skip to content

Commit a0baa32

Browse files
committed
Standardize all top menu links
1 parent a05ebc5 commit a0baa32

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,42 @@
1818
<div class="nav-collapse pull-right">
1919
<ul class="nav">
2020
<li>
21-
<a href="https://angular-ui.github.io/ui-utils">
21+
<a href="#ui-utils">
2222
UI-Utils
2323
</a>
2424
</li>
2525
<li>
26-
<a href="http://angular-ui.github.io/#ui-modules">
26+
<a href="#ui-modules">
2727
UI-Modules
2828
</a>
2929
</li>
3030
<li>
31-
<a href="https://github.com/angular-ui/alias">
31+
<a href="#ui-alias">
3232
UI-Alias
3333
</a>
3434
</li>
3535
<li>
36-
<a href="http://angular-ui.github.io/bootstrap">
36+
<a href="#ui-bootstrap">
3737
UI-Bootstrap
3838
</a>
3939
</li>
4040
<li>
41-
<a href="http://angular-ui.github.io/ng-grid">
41+
<a href="#ng-grid">
4242
NG-Grid
4343
</a>
4444
</li>
4545
<li>
46-
<a href="https://github.com/angular-ui/ui-router">
46+
<a href="#ui-router">
4747
UI-Router
4848
</a>
4949
</li>
5050
<li>
51-
<a href="https://github.com/angular-ui/ui-select">
51+
<a href="#ui-select">
5252
UI-Select
5353
</a>
5454
</li>
5555
<li>
56-
<a href="http://angular-ui.github.io/#ide-plugins">
56+
<a href="#ide-plugins">
5757
IDE Plugins
5858
</a>
5959
</li>
@@ -96,7 +96,7 @@ <h1>
9696
</div>
9797
</header>
9898

99-
<div class="container">
99+
<div class="container" id="ui-utils">
100100
<section>
101101
<h1 class="page-header">
102102
UI-Utils
@@ -138,8 +138,8 @@ <h1 class="page-header">
138138
</ul>
139139
</div>
140140
</section>
141-
<section>
142-
<h1 class="page-header" id="ui-modules">
141+
<section id="ui-modules">
142+
<h1 class="page-header">
143143
UI-Modules
144144
<small>Standalone AngularUI modules with external dependencies</small>
145145
</h1>
@@ -158,7 +158,7 @@ <h1 class="page-header" id="ui-modules">
158158
</ul>
159159
</div>
160160
</section>
161-
<section>
161+
<section id="ui-alias">
162162
<h1 class="page-header">
163163
UI-Alias
164164
<small>Rename plugin directives and create mini templates</small>
@@ -167,7 +167,7 @@ <h1 class="page-header">
167167
</span>
168168
</h1>
169169
</section>
170-
<section>
170+
<section id="ui-bootstrap">
171171
<h1 class="page-header">
172172
UI-Bootstrap
173173
<small>Twitter Bootstrap written natively in AngularJS</small>
@@ -177,7 +177,7 @@ <h1 class="page-header">
177177
</span>
178178
</h1>
179179
</section>
180-
<section>
180+
<section id="ng-grid">
181181
<h1 class="page-header">
182182
NG-Grid
183183
<small>Grid virtualization written natively in AngularJS</small>
@@ -187,7 +187,7 @@ <h1 class="page-header">
187187
</span>
188188
</h1>
189189
</section>
190-
<section>
190+
<section id="ui-router">
191191
<h1 class="page-header">
192192
UI-Router
193193
<small>Nested Routing for AngularJS</small>
@@ -197,7 +197,7 @@ <h1 class="page-header">
197197
</span>
198198
</h1>
199199
</section>
200-
<section>
200+
<section id="ui-select">
201201
<h1 class="page-header">
202202
UI-Select
203203
<small>AngularJS-native version of Select2 and Selectize</small>
@@ -206,8 +206,8 @@ <h1 class="page-header">
206206
</span>
207207
</h1>
208208
</section>
209-
<section>
210-
<h1 class="page-header" id="ide-plugins">
209+
<section id="ide-plugins">
210+
<h1 class="page-header">
211211
IDE Plugins
212212
<small>AngularJS support in your favorite text editors</small>
213213
</h1>

0 commit comments

Comments
 (0)