Skip to content

Commit 31e6058

Browse files
chore: Fix links in README (#6)
1 parent e0d39c0 commit 31e6058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ A locally hosted version of [JSONata Exerciser](http://try.jsonata.org/)
5959
for testing is [available here](https://github.com/blues/jsonata-go/jsonata-server).
6060

6161
## JSONata tests
62-
A CLI tool for running jsonata-go against the [JSONata test suite](https://github.com/jsonata-js/jsonata/tree/master/test/test-suite) is [available here](https://github.com/blues/jsonata-go/jsonata-test).
62+
A CLI tool for running jsonata-go against the [JSONata test suite](https://github.com/jsonata-js/jsonata/tree/master/test/test-suite) is [available here](./jsonata-test).
6363

6464

6565

@@ -73,7 +73,7 @@ For details on contributions we accept and the process for contributing, see our
7373
[contribution guide](CONTRIBUTING.md).
7474

7575
In addition to the Go unit tests there is also a test runner that will run against the jsonata-js test
76-
suite in the [jsonata-test](https://github.com/blues/jsonata-go/jsonata-test) directory. A number of these tests currently fail, but we're working towards feature parity with the jsonata-js reference implementation. Pull requests welcome!
76+
suite in the [jsonata-test](./jsonata-test) directory. A number of these tests currently fail, but we're working towards feature parity with the jsonata-js reference implementation. Pull requests welcome!
7777

7878
If you would like to contribute to this library a good first issue would be to run the jsonata-test suite,
7979
and fix any of the tests not passing.

0 commit comments

Comments
 (0)