update documentation

This commit is contained in:
Leon van Kammen 2023-03-31 13:32:44 +02:00
parent c043e3b416
commit 542e4a3400
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
> version 1.0.0 > 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) # URI parser (the gist of it)
@ -51,4 +51,4 @@ date: 2023-03-31T13:31:47+0200 (generated by `./make doc`)
# Tests # 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.

View file

@ -80,4 +80,4 @@ class Type { //
// # Tests // # 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.