Skip to content

Commit

Permalink
Update for relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed May 3, 2018
1 parent 9da6131 commit 13ab67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions centralconfig-webapi/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="col-md-12">
<h2>Configuration UI</h2>
<p>Need to manage your feature flags and application configuration? You probably want to use this</p>
<p><a class="btn btn-default" href="ui/">Configuration UI &raquo;</a></p>
<p><a class="btn btn-default" href="~/ui/">Configuration UI &raquo;</a></p>
</div>
</div>

Expand All @@ -13,6 +13,6 @@
<p>
Need to get API documentation and build a custom integration with configuration services? You probably want this.
</p>
<p><a class="btn btn-default" href="swagger/">API documentation &raquo;</a></p>
<p><a class="btn btn-default" href="~/swagger/">API documentation &raquo;</a></p>
</div>
</div>

0 comments on commit 13ab67c

Please sign in to comment.