Skip to content

Commit

Permalink
Merge pull request #644 from novalagung/fix/download-link
Browse files Browse the repository at this point in the history
fix invalid link on download latest button
  • Loading branch information
gcolliso authored May 2, 2021
2 parents 7c2bf1e + f3085ef commit a6b47ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/download/servers.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{ range $servers }}
{{ $repo := printf "%s/%s" .org .repo }}
{{ $url := printf "https://github.com/%s" $repo }}
{{ $ghLatest := printf "https://github.com/%s/%s/releases/latest" .org $repo }}
{{ $ghLatest := printf "https://github.com/%s/releases/latest" $repo }}
{{ $docker := printf "https://hub.docker.com/_/%s" .docker }}
{{ $prefix := .prefix }}
{{ $release := .release }}
Expand Down

0 comments on commit a6b47ce

Please sign in to comment.