diff --git a/README.md b/README.md index ced7ec1..f0818be 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ # asdf-ni [![Build](https://github.com/CanRau/asdf-ni/actions/workflows/build.yml/badge.svg)](https://github.com/CanRau/asdf-ni/actions/workflows/build.yml) [![Lint](https://github.com/CanRau/asdf-ni/actions/workflows/lint.yml/badge.svg)](https://github.com/CanRau/asdf-ni/actions/workflows/lint.yml) -[ni](antfu/ni) plugin for the [asdf version manager](https://asdf-vm.com). +[ni](https://github.com/antfu/ni) plugin for the [asdf version manager](https://asdf-vm.com). # Contents +- [asdf-ni ](#asdf-ni--) +- [Contents](#contents) - [Dependencies](#dependencies) - [Install](#install) - [Contributing](#contributing) diff --git a/lib/utils.bash b/lib/utils.bash index 37def84..3a209c8 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -3,7 +3,7 @@ set -euo pipefail # TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for ni. -GH_REPO="antfu/ni" +GH_REPO="https://github.com/antfu/ni" TOOL_NAME="ni" TOOL_TEST="ni --help"