diff --git a/.ci/static-checks.sh b/.ci/static-checks.sh index b37c9e8f4..b1e58e3ec 100755 --- a/.ci/static-checks.sh +++ b/.ci/static-checks.sh @@ -385,7 +385,7 @@ check_docs() if [ ! "$(command -v $cmd)" ] then info "Installing $cmd utility" - go get -u "mvdan.cc/xurls/cmd/$cmd" + go get -u "github.com/mvdan/xurls/cmd/${cmd}" fi info "Checking documentation"