From 69821dc41b790eb67ef1675d50e73e3dc76a9568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Fern=C3=A1ndez?= Date: Fri, 27 Oct 2023 16:13:32 +0200 Subject: [PATCH] update all references from legacy repository to updatecli organization --- README.md | 8 ++++---- contributing.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9ee07dd..7cb4441 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# 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). @@ -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: @@ -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/) diff --git a/contributing.md b/contributing.md index 2efaa5d..cd21573 100644 --- a/contributing.md +++ b/contributing.md @@ -5,7 +5,7 @@ Testing Locally: ```shell asdf plugin test [--asdf-tool-version ] [--asdf-plugin-gitref ] [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.