Skip to content

Commit 6d23953

Browse files
abrownloganek
authored andcommitted
fix: repair broken link
1 parent 87f0703 commit 6d23953

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ in-progress proposals or other experimental APIs, though the test executor can r
1111
[wasi-threads]: https://github.com/WebAssembly/wasi-threads/tree/main/test
1212

1313
The test executor matches execution output against a JSON specification. Writing your own test
14-
executor is quite simple; see the [specification] document for the details and the [reference Python implementation](../test-runner).
14+
executor is quite simple; see the [specification] document for the details and the reference Python
15+
[implementation].
1516

1617
[specification]: doc/specification.md
18+
[implementation]: ./test-runner
1719

1820
## Getting started
1921

0 commit comments

Comments
 (0)