bradfrost / style-guide-guide

A boilerplate for creating your own custom style guide
http://bradfrost.github.io/style-guide-guide
MIT License
1.23k stars 169 forks source link

Fix the button link #10

Closed gringogidget closed 7 years ago

gringogidget commented 7 years ago

:D

bradfrost commented 7 years ago

Thanks so much! I ended up solving this by adding <a href="{{ "/getting-started.html" | prepend: site.baseurl }}" class="c-btn">, which means you can run it locally or in other directories and it will work. I appreciate the PR!