You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/03/20 14:00:59 UTC

syncope git commit: [SYNCOPE-1281] Fix bad link

Repository: syncope
Updated Branches:
  refs/heads/master fb3a30e6e -> a7111f5f4


[SYNCOPE-1281] Fix bad link


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/a7111f5f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/a7111f5f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/a7111f5f

Branch: refs/heads/master
Commit: a7111f5f445917d6ee682039c88e986ee6ef18d3
Parents: fb3a30e
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Mar 20 15:00:53 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Mar 20 15:00:53 2018 +0100

----------------------------------------------------------------------
 src/main/asciidoc/reference-guide/concepts/externalresources.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/a7111f5f/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
index 3c54e42..93e2a1d 100644
--- a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
@@ -110,7 +110,7 @@ specified by an expression matching one of the following models:
 name `anyObjectName`, if a relationship with the mapped entity exists
 ** `memberships[groupName].schema` - resolves to the attribute for the given `schema`, owned by the membership for group
 `groupName` of the mapped entity (user, any object), if such a membership exists
-** `privileges[applicationKey]` - resolves to the list of privileges, related to the given <<application,applicaton>>,
+** `privileges[applicationKey]` - resolves to the list of <<privileges,privileges>> related to the given application,
 owned by the mapped entity (which can only be user, in this case)
 * external attribute - the name of the attribute on the Identity Store
 * transformers - http://commons.apache.org/proper/commons-jexl/[JEXL^] expression or Java class implementing