File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
2830asdf 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
3335oasdiff:
@@ -53,8 +55,8 @@ install & manage versions.
5355
5456Contributions 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 )
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ Testing Locally:
55``` shell
66asdf 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
1211Tests are automatically run in GitHub Actions on push and PR.
Original file line number Diff line number Diff line change 22
33set -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"
76TOOL_NAME=" oasdiff"
87TOOL_TEST=" oasdiff --help"
98
You can’t perform that action at this time.
0 commit comments