Skip to content

Commit

Permalink
Remove leading '/' from href
Browse files Browse the repository at this point in the history
Address #169
  • Loading branch information
boileaum committed Aug 27, 2021
1 parent 10c81ba commit 8072005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pug/page-contents/buttons_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3 class="header">Floating</h3>
<br>

<h5>Floating Action Button</h5>
<p>See the documentation on <a href="/floating-action-button.html">this page</a></p>
<p>See the documentation on <a href="floating-action-button.html">this page</a></p>
</div>
<div id="flat" class="section scrollspy">
<h3 class="header">Flat</h3>
Expand Down

0 comments on commit 8072005

Please sign in to comment.