This is an automated email from the ASF dual-hosted git repository.

kwin 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 4992e317d fix links
4992e317d is described below

commit 4992e317dee58097be5273c71f9de1a7965ebac7
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Apr 28 17:07:41 2023 +0200

    fix links
---
 .../jbake/content/documentation/bundles/repository-initialization.md  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/jbake/content/documentation/bundles/repository-initialization.md 
b/src/main/jbake/content/documentation/bundles/repository-initialization.md
index 1b009eb40..2b44fac43 100644
--- a/src/main/jbake/content/documentation/bundles/repository-initialization.md
+++ b/src/main/jbake/content/documentation/bundles/repository-initialization.md
@@ -12,8 +12,8 @@ This may happen in case the existing parent nodes have node 
type restrictions wh
 
 For historical reasons two statements deviate from that by not failing in case 
the desired repository state cannot be achieved:
 
-1. `create path` will not touch/modify existing nodes (i.e. does neither 
adjust primary nor mixin types if they differ), therefore it has been 
deprecated and replaced by `ensure nodes` 
(SLING-11736)[https://issues.apache.org/jira/browse/SLING-11736]
-1. `set principal ACL` will not fail in case the principal ACL cannot be 
applied for whatever reason, therefore it has been deprecated and replaced by 
`ensure princial ACL` 
(SLING-10281)[https://issues.apache.org/jira/browse/SLING-10281]
+1. `create path` will not touch/modify existing nodes (i.e. does neither 
adjust primary nor mixin types if they differ), therefore it has been 
deprecated and replaced by `ensure nodes` 
[SLING-11736](https://issues.apache.org/jira/browse/SLING-11736)
+1. `set principal ACL` will not fail in case the principal ACL cannot be 
applied for whatever reason, therefore it has been deprecated and replaced by 
`ensure princial ACL` 
[SLING-10281](https://issues.apache.org/jira/browse/SLING-10281)
 
 Starting with version 1.1.40 of the bundle `org.apache.sling.jcr.repoinit` 
repoinit scripts are safely executed also in environments with a shared 
repository; this is implemented by a retry-mechanism with randomized delays.
 

Reply via email to