Skip to content

Commit

Permalink
Updates github links on index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Feb 15, 2018
1 parent efdc4f9 commit 67c04c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
<div class='left'>
<h1>REST Countries</h1>
<ul>
<li><a href='https://github.com/fayder/restcountries'>View on GitHub</a></li>
<li><a href='https://github.com/fayder/restcountries/issues'>Issues</a></li>
<li><a href='https://github.com/apilayer/restcountries'>View on GitHub</a></li>
<li><a href='https://github.com/apilayer/restcountries/issues'>Issues</a></li>
</ul>
</div>
<div class='right'>
<!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="https://ghbtns.com/github-btn.html?user=fayder&amp;repo=restcountries&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=apilayer&amp;repo=restcountries&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div>
</div>

Expand Down

0 comments on commit 67c04c3

Please sign in to comment.