Skip to content

Commit

Permalink
Fix About link when user is logged in
Browse files Browse the repository at this point in the history
(corrected the route)
  • Loading branch information
Timothy Adams authored and Timothy Adams committed Nov 4, 2017
1 parent eacc858 commit 278b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<a class="nav-item nav-link" href="/ride">Rides</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about/index.html">About</a>
<a class="nav-link" href="/about">About</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="/user/logout">Logout</a>
Expand Down

0 comments on commit 278b962

Please sign in to comment.