Skip to content

Commit 1c07552

Browse files
committed
Fix broken links
Signed-off-by: divyansh42 <[email protected]>
1 parent 009206a commit 1c07552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: action-io-generator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Outputting input and output enums to src/generated/inputs-outputs.ts
2525
```
2626

2727
## Example
28-
See [test](./test) for an example. [generated/inputs-outputs.ts](./test/generated/inputs-outputs.ts) is generated from [test.action.yml](/test/test.action.yml).
28+
See [test](./test) for an example. [generated/inputs-outputs.ts](./test/generated/inputs-outputs.ts) is generated from [test.action.yml](./test/test.action.yml).
2929

3030
```yaml
3131
inputs:

Diff for: bundle-verifier/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There is no reason that this action can't be used by projects other than GitHub
1616

1717
## Inputs
1818

19-
See [this repository's workflow](./.github/workflows/verify-verifier.yml) for an example.
19+
See [this repository's workflow](../.github/workflows/verify-verifier.yml) for an example.
2020

2121
| Input | Description |
2222
| --- | --- |

0 commit comments

Comments
 (0)