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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5874660 link to test-99.txt
5874660 is described below
commit 587466034d6043f10b81b51a21eae62809f478fa
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Apr 14 12:54:29 2021 +0200
link to test-99.txt
---
.../jbake/content/documentation/bundles/repository-initialization.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/jbake/content/documentation/bundles/repository-initialization.md
b/src/main/jbake/content/documentation/bundles/repository-initialization.md
index dbc9288..50a5c1e 100644
--- a/src/main/jbake/content/documentation/bundles/repository-initialization.md
+++ b/src/main/jbake/content/documentation/bundles/repository-initialization.md
@@ -37,7 +37,7 @@ The companion `org.apache.sling.jcr.repoinit` module
implements those operations
registered by default with a service ranking of 100. It also provides a
`JcrRepoInitOpsProcessor` service to explicitly apply the output
of the repoinit parser to a JCR repository.
-Here's a current example from the test cases mentioned above, that uses all
language features as of version 1.0.2 of the parser module.
+Here's a current example [from the test cases mentioned
above](https://github.com/apache/sling-org-apache-sling-repoinit-parser/tree/master/src/test/resources/testcases/test-99.txt),
that uses all language features as of version 1.0.2 of the parser module.
The language is self-explaining but please refer to the actual test cases for
details that are guaranteed to be up to date, assuming the tests pass.