This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new e92a1c02de Fixing github links in ref guide (#557)
e92a1c02de is described below
commit e92a1c02ded15f539bca13ea1bd1669c0a1ed003
Author: Albert <[email protected]>
AuthorDate: Wed Nov 22 10:07:25 2023 +0100
Fixing github links in ref guide (#557)
---
src/main/asciidoc/reference-guide/concepts/entitlements.adoc | 4 ++--
src/main/asciidoc/reference-guide/concepts/realms.adoc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/asciidoc/reference-guide/concepts/entitlements.adoc
b/src/main/asciidoc/reference-guide/concepts/entitlements.adoc
index 4986929cb9..5842900843 100644
--- a/src/main/asciidoc/reference-guide/concepts/entitlements.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/entitlements.adoc
@@ -24,10 +24,10 @@ The components in the <<logic,logic layer>> are annotated
with
https://spring.io/projects/spring-security[Spring Security^] to implement
declarative security; in the following
code snippet taken from
ifeval::["{snapshotOrRelease}" == "release"]
-https://github.com/apache/syncope/blob/syncope-{docVersion}/core/logic/src/main/java/org/apache/syncope/core/logic/RealmLogic.java[RealmLogic^]
+https://github.com/apache/syncope/blob/syncope-{docVersion}/core/idrepo/logic/src/main/java/org/apache/syncope/core/logic/RealmLogic.java[RealmLogic^]
endif::[]
ifeval::["{snapshotOrRelease}" == "snapshot"]
-https://github.com/apache/syncope/blob/master/core/logic/src/main/java/org/apache/syncope/core/logic/RealmLogic.java[RealmLogic^]
+https://github.com/apache/syncope/blob/master/core/idrepo/logic/src/main/java/org/apache/syncope/core/logic/RealmLogic.java[RealmLogic^]
endif::[]
, the
https://docs.spring.io/spring-security/site/docs/5.5.x/reference/html5/#el-common-built-in[`hasRole`
expression^]
diff --git a/src/main/asciidoc/reference-guide/concepts/realms.adoc
b/src/main/asciidoc/reference-guide/concepts/realms.adoc
index 15f8eb449c..2ad887fea2 100644
--- a/src/main/asciidoc/reference-guide/concepts/realms.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/realms.adoc
@@ -73,10 +73,10 @@ with LDAP and Active Directory.
When Users, Groups or Any Objects get created, updated or deleted in a realm,
custom logic can be invoked
by associating the given Realm with one or more
<<implementations,implementations>> of the
ifeval::["{snapshotOrRelease}" == "release"]
-https://github.com/apache/syncope/blob/syncope-{docVersion}/core/provisioning-api/src/main/java/org/apache/syncope/core/logic/api/LogicActions.java[LogicActions^]
+https://github.com/apache/syncope/blob/syncope-{docVersion}/core/idrepo/logic/src/main/java/org/apache/syncope/core/logic/api/LogicActions.java[LogicActions^]
endif::[]
ifeval::["{snapshotOrRelease}" == "snapshot"]
-https://github.com/apache/syncope/blob/master/core/provisioning-api/src/main/java/org/apache/syncope/core/logic/api/LogicActions.java[LogicActions^]
+https://github.com/apache/syncope/blob/master/core/idrepo/logic/src/main/java/org/apache/syncope/core/logic/api/LogicActions.java[LogicActions^]
endif::[]
interface.