Skip to content

Commit

Permalink
fix rel links
Browse files Browse the repository at this point in the history
  • Loading branch information
fnikol committed Jun 30, 2022
1 parent 81d9640 commit d0dc481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/frisbee/layouts/partials/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2 class="f3 f1-l fw4 white-90 m0 lh-title pt2 pb3 pv0-ns">
{{ .Content }}
</div>
<div class="w4 mv4 center">
<a class="f5 db link grow tc v-mid bg-blue white ba b--blue ph3 pv2 br1" href="/getting-started/quick-start/">Quick Start</a>
<a class="f5 db link grow tc v-mid bg-blue white ba b--blue ph3 pv2 br1" href="/docs/getting-started/quick-start/">Quick Start</a>
</div>
</section>
</header>

0 comments on commit d0dc481

Please sign in to comment.