Skip to content

Commit 28898d4

Browse files
committed
Fix tutorial link taking you to localhost
Updated the link to match the tutorial href on the nav bar
1 parent 6205b8c commit 28898d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1 class="text-center">Angular UI Grid</h1>
7070
Download <small>( <%= version %> )</small>
7171
</a>
7272

73-
<a class="btn btn-success btn-large" href="http://<%= site %>/docs/#/tutorial" title="Tutorial">
73+
<a class="btn btn-success btn-large" href="/docs/#/tutorial" title="Tutorial">
7474
<i class="fa fa-book fa-fw"></i>
7575
Tutorial
7676
</a>

0 commit comments

Comments
 (0)