diff --git a/bin/help.links b/bin/help.links index e4b655b..6034d8a 100755 --- a/bin/help.links +++ b/bin/help.links @@ -8,7 +8,7 @@ PLUGIN_DIR="$(dirname "${BASH_SOURCE[0]}")/.." source "$PLUGIN_DIR/lib/helpers.sh" cat <<-EOM - Plugin: https://github.com/kennyp/asdf-golang + Plugin: https://github.com/asdf-community/asdf-golang Go: https://golang.org/ GNU Core Utils: http://www.gnu.org/software/coreutils/coreutils.html curl: https://curl.haxx.se diff --git a/bin/help.overview b/bin/help.overview index 9ad631c..cb8fb5a 100755 --- a/bin/help.overview +++ b/bin/help.overview @@ -10,6 +10,6 @@ source "$PLUGIN_DIR/lib/helpers.sh" cat <<-EOM Manage Go installs with ASDF - - https://github.com/kennyp/asdf-golang/ + - https://github.com/asdf-community/asdf-golang/ - https://golang.org/ EOM diff --git a/test-fixtures/go.mod b/test-fixtures/go.mod index 511d5df..c40d079 100644 --- a/test-fixtures/go.mod +++ b/test-fixtures/go.mod @@ -1,3 +1,3 @@ -module github.com/kennyp/asdf-golang +module github.com/asdf-community/asdf-golang go 1.18