update documentation
This commit is contained in:
parent
c043e3b416
commit
542e4a3400
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
> version 1.0.0
|
||||
|
||||
date: 2023-03-31T13:31:47+0200 (generated by `./make doc`)
|
||||
date: 2023-03-31T13:32:38+0200 (generated by `./make doc`)
|
||||
|
||||
# URI parser (the gist of it)
|
||||
|
||||
|
|
@ -51,4 +51,4 @@ date: 2023-03-31T13:31:47+0200 (generated by `./make doc`)
|
|||
|
||||
# Tests
|
||||
|
||||
the spec is tested with [JSON unittests](src/spec) consumed by [Test.hx](src/Test.hx) to cross-test all languages.
|
||||
the spec is tested with [JSON unittests](./../src/spec) consumed by [Test.hx](./../src/Test.hx) to cross-test all languages.
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ class Type { //
|
|||
|
||||
// # Tests
|
||||
//
|
||||
// the spec is tested with [JSON unittests](src/spec) consumed by [Test.hx](src/Test.hx) to cross-test all languages.
|
||||
// the spec is tested with [JSON unittests](./../src/spec) consumed by [Test.hx](./../src/Test.hx) to cross-test all languages.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue