Skip to content

Commit

Permalink
Fix broken link (index → docs/quick-start) (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
  • Loading branch information
SleepyEntropy and fzipi authored Oct 16, 2024
1 parent 473aa62 commit ca87e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1 class="mt-0">{{ .Title }}</h1>
</div>
<div class="col-lg-9 col-xl-8 text-center">
<p class="lead">{{ .Params.lead | safeHTML }}</p>
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ " docs/tutorials/quick-start" | relURL }}" role="button">Get
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ "docs/tutorials/quick-start" | relURL }}" role="button">Get
started</a>
<p class="meta">Open-source Apache 2 Licensed. <a href="https://github.com/corazawaf/coraza">GitHub</a></p>
</div>
Expand Down

0 comments on commit ca87e37

Please sign in to comment.