Skip to content

Commit

Permalink
Fix ng-grid links on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Jul 17, 2015
1 parent fd6719e commit 898ead7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
</ul>
<div class="navbar-header navbar-right">
<p class="navbar-text hidden-phone">
<iframe class="nav-ghbtn" src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=ng-grid&type=watch&count=true"
<iframe class="nav-ghbtn" src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=ui-grid&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="20"></iframe>
<iframe class="nav-ghbtn" src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=ng-grid&type=fork&count=true"
<iframe class="nav-ghbtn" src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=ui-grid&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="20"></iframe>
</p>
</div>
Expand All @@ -58,7 +58,7 @@ <h1 class="text-center">Angular UI Grid</h1>
<li>Plugin architecture allows you to use only the features you need</li>
</ul>
<p class="btn-group2 text-center">
<a class="btn btn-success btn-large" href="https://github.com/angular-ui/ng-grid" title="Code on Github">
<a class="btn btn-success btn-large" href="https://github.com/angular-ui/ui-grid" title="Code on Github">
<i class="fa fa-github fa-fw"></i>
Code on Github
</a>
Expand All @@ -77,7 +77,7 @@ <h1 class="text-center">Angular UI Grid</h1>
</p>

<div class="alert alert-info">
<h3>UI Grid <strong>v3.0.0</strong> has been released! Check out the <a class="info-link" href="https://github.com/angular-ui/ng-grid">project on GitHub</a> for more information.</h3>
<h3>UI Grid <strong>v3.0.0</strong> has been released! Check out the <a class="info-link" href="https://github.com/angular-ui/ui-grid">project on GitHub</a> for more information.</h3>
</div>
</div>
</div>
Expand Down

0 comments on commit 898ead7

Please sign in to comment.