From 542e4a3400f97db700f28160f56d2da4ad08bbe8 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 31 Mar 2023 13:32:44 +0200 Subject: [PATCH] update documentation --- doc/RFC.md | 4 ++-- src/xrfragment/Parser.hx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/RFC.md b/doc/RFC.md index 3deabbe..ed59d80 100644 --- a/doc/RFC.md +++ b/doc/RFC.md @@ -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. diff --git a/src/xrfragment/Parser.hx b/src/xrfragment/Parser.hx index 4318195..7853c1b 100644 --- a/src/xrfragment/Parser.hx +++ b/src/xrfragment/Parser.hx @@ -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.