Skip to content

Commit

Permalink
Merge pull request #24 from sobolevn/patch-1
Browse files Browse the repository at this point in the history
chore: fix links in README.md
  • Loading branch information
b1-luettje authored Jan 7, 2025
2 parents 8155fc5 + 8934e60 commit 4983195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# asdf-uv [![Build](https://github.com/b1-luettje/asdf-uv/actions/workflows/build.yml/badge.svg)](https://github.com/b1-luettje/asdf-uv/actions/workflows/build.yml) [![Lint](https://github.com/b1-luettje/asdf-uv/actions/workflows/lint.yml/badge.svg)](https://github.com/b1-luettje/asdf-uv/actions/workflows/lint.yml)
# asdf-uv [![Build](https://github.com/asdf-community/asdf-uv/actions/workflows/build.yml/badge.svg)](https://github.com/asdf-community/asdf-uv/actions/workflows/build.yml) [![Lint](https://github.com/asdf-community/asdf-uv/actions/workflows/lint.yml/badge.svg)](https://github.com/asdf-community/asdf-uv/actions/workflows/lint.yml)

[uv](https://github.com/astral-sh/uv) plugin for the [asdf version manager](https://asdf-vm.com).

Expand All @@ -25,7 +25,7 @@ Plugin:
```shell
asdf plugin add uv
# or
asdf plugin add uv https://github.com/b1-luettje/asdf-uv.git
asdf plugin add uv https://github.com/asdf-community/asdf-uv.git
```

uv:
Expand All @@ -51,7 +51,7 @@ install & manage versions.

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

[Thanks goes to these contributors](https://github.com/b1-luettje/asdf-uv/graphs/contributors)!
[Thanks goes to these contributors](https://github.com/asdf-community/asdf-uv/graphs/contributors)!

# License

Expand Down

0 comments on commit 4983195

Please sign in to comment.