This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git
The following commit(s) were added to refs/heads/master by this push:
new 23f2899 typo
23f2899 is described below
commit 23f28991412458a1480d5cbd31c42849fb1bd3d7
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Apr 14 12:59:54 2021 +0200
typo
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9a1cc8e..a65104d 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ releases of this parser.
The [Sling Website Repository Initialization
page](https://sling.apache.org/documentation/bundles/repository-initialization.html)
describes
the general repoinit principles and is meant to show examples of _all_
possible language constructs.
-To this end, we maintain a [test scenario that includes all those
constructs](.src/test/resources/testcases/test-99.txt) as part of this module's
unit tests, and
+To this end, we maintain a [test scenario that includes all those
constructs](./src/test/resources/testcases/test-99.txt) as part of this
module's unit tests, and
slightly adapt that test's repoinit script for the documentation page.
If adding new statements of options, please keep that `test-99` in sync so
that it reflects the full language syntax, and update the
-documentation page accordingly.
\ No newline at end of file
+documentation page accordingly.