Skip to content

Commit a368498

Browse files
committedDec 1, 2019
Fix links to action.yml
1 parent d430c6b commit a368498

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These two actions are probaly the most useful:
1414
uses: asdf-vm/actions/install@v1
1515
```
1616
17-
See [action.yml](blob/master/install/action.yml) inputs.
17+
See [action.yml](install/action.yml) inputs.
1818
1919
* `asdf-vm/actions/plugin-test@v1` - Test your shiny new asdf plugin.
2020

@@ -26,7 +26,7 @@ These two actions are probaly the most useful:
2626
command: "my_tool --version"
2727
```
2828

29-
See [action.yml](blob/master/plugin-test/action.yml) inputs.
29+
See [action.yml](plugin-test/action.yml) inputs.
3030

3131
## Lower level actions
3232

@@ -35,8 +35,8 @@ to use them directly, unless you actually want ;)
3535

3636
* `asdf-vm/actions/plugins-add@v1` - Only install plugins, not tool versions.
3737

38-
See [action.yml](blob/master/plugins-add/action.yml) inputs.
38+
See [action.yml](plugins-add/action.yml) inputs.
3939

4040
* `asdf-vm/actions/setup@v1` - Just installs asdf itself.
4141

42-
See [action.yml](blob/master/setup/action.yml) inputs.
42+
See [action.yml](setup/action.yml) inputs.

0 commit comments

Comments
 (0)
Please sign in to comment.