Skip to content

Commit 45464f5

Browse files
authored
Merge pull request #3 from updatecli/update-readme-references
Doc: update all references from legacy repository to updatecli organization
2 parents aabe8aa + 69821dc commit 45464f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# asdf-updatecli [![Build](https://github.com/treezio/asdf-updatecli/actions/workflows/build.yml/badge.svg)](https://github.com/treezio/asdf-updatecli/actions/workflows/build.yml) [![Lint](https://github.com/treezio/asdf-updatecli/actions/workflows/lint.yml/badge.svg)](https://github.com/treezio/asdf-updatecli/actions/workflows/lint.yml)
3+
# asdf-updatecli [![Build](https://github.com/updatecli/asdf-updatecli/actions/workflows/build.yml/badge.svg)](https://github.com/updatecli/asdf-updatecli/actions/workflows/build.yml) [![Lint](https://github.com/updatecli/asdf-updatecli/actions/workflows/lint.yml/badge.svg)](https://github.com/updatecli/asdf-updatecli/actions/workflows/lint.yml)
44

55
[updatecli](https://www.updatecli.io/) plugin for the [asdf version manager](https://asdf-vm.com).
66

@@ -26,7 +26,7 @@ Plugin:
2626
```shell
2727
asdf plugin add updatecli
2828
# or
29-
asdf plugin add updatecli https://github.com/treezio/asdf-updatecli.git
29+
asdf plugin add updatecli https://github.com/updatecli/asdf-updatecli.git
3030
```
3131

3232
updatecli:
@@ -52,8 +52,8 @@ install & manage versions.
5252

5353
Contributions of any kind welcome! See the [contributing guide](contributing.md).
5454

55-
[Thanks goes to these contributors](https://github.com/treezio/asdf-updatecli/graphs/contributors)!
55+
[Thanks goes to these contributors](https://github.com/updatecli/asdf-updatecli/graphs/contributors)!
5656

5757
# License
5858

59-
See [LICENSE](LICENSE) © [Luis Fernández](https://github.com/treezio/)
59+
See [LICENSE](LICENSE) © [Updatecli](https://github.com/updatecli/)

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Testing Locally:
55
```shell
66
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]
77

8-
asdf plugin test updatecli https://github.com/treezio/asdf-updatecli.git "updatecli version"
8+
asdf plugin test updatecli https://github.com/updatecli/asdf-updatecli.git "updatecli version"
99
```
1010

1111
Tests are automatically run in GitHub Actions on push and PR.

0 commit comments

Comments
 (0)