Skip to content

Commit

Permalink
Merge pull request #3 from updatecli/update-readme-references
Browse files Browse the repository at this point in the history
Doc: update all references from legacy repository to updatecli organization
  • Loading branch information
treezio authored Oct 27, 2023
2 parents aabe8aa + 69821dc commit 45464f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# 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)
# 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)

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

Expand All @@ -26,7 +26,7 @@ Plugin:
```shell
asdf plugin add updatecli
# or
asdf plugin add updatecli https://github.com/treezio/asdf-updatecli.git
asdf plugin add updatecli https://github.com/updatecli/asdf-updatecli.git
```

updatecli:
Expand All @@ -52,8 +52,8 @@ install & manage versions.

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

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

# License

See [LICENSE](LICENSE) © [Luis Fernández](https://github.com/treezio/)
See [LICENSE](LICENSE) © [Updatecli](https://github.com/updatecli/)
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Testing Locally:
```shell
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]

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

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

0 comments on commit 45464f5

Please sign in to comment.