Skip to content

Commit

Permalink
Merge pull request prometheus#817 from prometheus/fix-consoles-link-t…
Browse files Browse the repository at this point in the history
…o-prometheus-root

Fix consoles "Prometheus" link to point to /
  • Loading branch information
juliusv committed Jun 18, 2015
2 parents b4dfbf8 + 4d17118 commit 3ef44a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console_libraries/menu.lib
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ pathPrefix }}">Prometheus</a>
<a class="navbar-brand" href="{{ pathPrefix }}/">Prometheus</a>
</div>

<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
Expand Down

0 comments on commit 3ef44a9

Please sign in to comment.