Skip to content

Commit

Permalink
update installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed May 12, 2020
1 parent bcc6fbb commit 3ed8b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const versionURL = "https://github.com/mhewedy/vermin/releases/latest"
const updateURL = "https://github.com/mhewedy/vermin#Automatic-installation"
const updateURL = "https://github.com/mhewedy/vermin#install-vermin"

var client = &http.Client{
CheckRedirect: func(req *http.Request, via []*http.Request) error {
Expand Down

0 comments on commit 3ed8b4e

Please sign in to comment.