Skip to content

Commit 213769e

Browse files
committed
Merge pull request #4164 from stoneG/master
Fix homepage tutorial link taking you to localhost
2 parents fdc4093 + 28898d4 commit 213769e

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)