You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ A locally hosted version of [JSONata Exerciser](http://try.jsonata.org/)
59
59
for testing is [available here](https://github.com/blues/jsonata-go/jsonata-server).
60
60
61
61
## 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).
63
63
64
64
65
65
@@ -73,7 +73,7 @@ For details on contributions we accept and the process for contributing, see our
73
73
[contribution guide](CONTRIBUTING.md).
74
74
75
75
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!
77
77
78
78
If you would like to contribute to this library a good first issue would be to run the jsonata-test suite,
0 commit comments