Skip to content

Commit

Permalink
fix(docs): Fix contributor links on releases (vectordotdev#12945)
Browse files Browse the repository at this point in the history
Closes: vectordotdev#12938

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Jun 2, 2022
1 parent de81404 commit b7297ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/layouts/releases/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<span class="prose dark:prose-dark">
Thanks to
{{ range .contributors}}
<a href="https://github.com/{{ . }}" rel="noopener" target="_blank">{{ . }}</a>
<a href="https://github.com/{{ replace . "@" "" }}" rel="noopener" target="_blank">{{ . }}</a>
{{ end }}
for contributing this change!
</span>
Expand Down

0 comments on commit b7297ab

Please sign in to comment.