Skip to content

Commit 02a6921

Browse files
author
Reuven
committed
handle TODOs
1 parent 92a59c4 commit 02a6921

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<div align="center">
22

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

55
[oasdiff](https://github.com/tufin/oasdiff) plugin for the [asdf version manager](https://asdf-vm.com).
66

77
</div>
88

99
# Contents
1010

11+
- [asdf-oasdiff ](#asdf-oasdiff--)
12+
- [Contents](#contents)
1113
- [Dependencies](#dependencies)
1214
- [Install](#install)
1315
- [Contributing](#contributing)
@@ -27,7 +29,7 @@ Plugin:
2729
```shell
2830
asdf plugin add oasdiff
2931
# or
30-
asdf plugin add oasdiff https://github.com/reuvenharrison/asdf-oasdiff.git
32+
asdf plugin add oasdiff https://github.com/oasdiff/asdf-oasdiff.git
3133
```
3234

3335
oasdiff:
@@ -53,8 +55,8 @@ install & manage versions.
5355

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

56-
[Thanks goes to these contributors](https://github.com/reuvenharrison/asdf-oasdiff/graphs/contributors)!
58+
[Thanks goes to these contributors](https://github.com/oasdiff/asdf-oasdiff/graphs/contributors)!
5759

5860
# License
5961

60-
See [LICENSE](LICENSE) © [Reuven](https://github.com/reuvenharrison/)
62+
See [LICENSE](LICENSE)

contributing.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +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-
# TODO: adapt this
9-
asdf plugin test oasdiff https://github.com/reuvenharrison/asdf-oasdiff.git "oasdiff --help"
8+
asdf plugin test oasdiff https://github.com/oasdiff/asdf-oasdiff.git "oasdiff --help"
109
```
1110

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

lib/utils.bash

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
set -euo pipefail
44

5-
# TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for oasdiff.
6-
GH_REPO="https://github.com/tufin/oasdiff"
5+
]GH_REPO="https://github.com/tufin/oasdiff"
76
TOOL_NAME="oasdiff"
87
TOOL_TEST="oasdiff --help"
98

0 commit comments

Comments
 (0)