Skip to content

Commit

Permalink
Fix a broken link to PureLB
Browse files Browse the repository at this point in the history
Signed-off-by: Toby Cabot <[email protected]>
  • Loading branch information
caboteria committed Sep 22, 2023
1 parent ab42bd0 commit e4c9ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/acnodalTheme/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>{{ .title }}</h3>
</div>
<div class="col">
<div class="p-3 sol-text d-flex justify-content-center align-items-center">
<a class="sol-link" href="https:/purelb.gitlab.io/docs/">
<a class="sol-link" href="https://purelb.gitlab.io/docs/">
<img src="/images/purelb.png" style="width:48px; height:48px; margin-right:5px">PureLB Guide
</a>
</div>
Expand All @@ -127,4 +127,4 @@ <h3>{{ .title }}</h3>



{{ end }}
{{ end }}

0 comments on commit e4c9ae9

Please sign in to comment.