Skip to content

Commit 577a6c5

Browse files
Update installation and CI status url to match repo url (#114)
* Update installation url to match repo url I also updated the command from `asdf plugin-add` to `asdf plugin add` to match the official documentation. Reference: https://asdf-vm.com/manage/plugins.html * Update plugin repository and CI status to asd-community for Go
1 parent 3b44828 commit 577a6c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# asdf-golang
22

3-
[![CI](https://github.com/kennyp/asdf-golang/actions/workflows/main.yml/badge.svg)](https://github.com/kennyp/asdf-golang/actions/workflows/main.yml)
3+
[![CI](https://github.com/asdf-community/asdf-golang/actions/workflows/main.yml/badge.svg)](https://github.com/asdf-community/asdf-golang/actions/workflows/main.yml)
44

55
golang plugin for [asdf version manager](https://github.com/asdf-vm/asdf)
66

@@ -18,7 +18,7 @@ golang plugin for [asdf version manager](https://github.com/asdf-vm/asdf)
1818
## Install
1919

2020
```bash
21-
asdf plugin-add golang https://github.com/kennyp/asdf-golang.git
21+
asdf plugin add golang https://github.com/asdf-community/asdf-golang.git
2222
```
2323

2424
## Use
@@ -97,7 +97,7 @@ checksum verified
9797

9898
## Skipping Checksums
9999

100-
By default we try to verify the checksum of each install but ocassionally [that's not possible](https://github.com/kennyp/asdf-golang/issues/91).
100+
By default we try to verify the checksum of each install but ocassionally [that's not possible](https://github.com/asdf-community/asdf-golang/issues/91).
101101
If you need to skip the checksum for some reason just set `ASDF_GOLANG_SKIP_CHECKSUM`.
102102

103103
## Contributing

0 commit comments

Comments
 (0)