Repository: syncope Updated Branches: refs/heads/2_0_X 944ac3d13 -> 40fa8614f
Fixing some typos in the doc links Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/40fa8614 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/40fa8614 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/40fa8614 Branch: refs/heads/2_0_X Commit: 40fa8614fad3c87a5617c55ad3d92642cdcf5ee9 Parents: 944ac3d Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Mar 31 15:44:54 2017 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Mar 31 15:44:54 2017 +0200 ---------------------------------------------------------------------- src/main/asciidoc/reference-guide/concepts/extensions.adoc | 6 +++--- .../reference-guide/workingwithapachesyncope/migration.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/40fa8614/src/main/asciidoc/reference-guide/concepts/extensions.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/concepts/extensions.adoc b/src/main/asciidoc/reference-guide/concepts/extensions.adoc index 8f4730d..cbff82d 100644 --- a/src/main/asciidoc/reference-guide/concepts/extensions.adoc +++ b/src/main/asciidoc/reference-guide/concepts/extensions.adoc @@ -54,7 +54,7 @@ ifeval::["{snapshotOrRelease}" == "release"] https://github.com/apache/syncope/tree/syncope-{docVersion}/ext/camel[source tree^] endif::[] ifeval::["{snapshotOrRelease}" == "snapshot"] -https://github.com/apache/syncope/tree/tree/2_0_X/ext/camel[source tree^] +https://github.com/apache/syncope/tree/2_0_X/ext/camel[source tree^] endif::[] . ==== @@ -80,7 +80,7 @@ ifeval::["{snapshotOrRelease}" == "release"] https://github.com/apache/syncope/tree/syncope-{docVersion}/ext/swagger-ui[source tree^] endif::[] ifeval::["{snapshotOrRelease}" == "snapshot"] -https://github.com/apache/syncope/tree/tree/2_0_X/ext/swagger-ui[source tree^] +https://github.com/apache/syncope/tree/2_0_X/ext/swagger-ui[source tree^] endif::[] . ==== @@ -105,7 +105,7 @@ ifeval::["{snapshotOrRelease}" == "release"] https://github.com/apache/syncope/tree/syncope-{docVersion}/ext/saml2sp[source tree^] endif::[] ifeval::["{snapshotOrRelease}" == "snapshot"] -https://github.com/apache/syncope/tree/tree/2_0_X/ext/saml2sp[source tree^] +https://github.com/apache/syncope/tree/2_0_X/ext/saml2sp[source tree^] endif::[] . ==== http://git-wip-us.apache.org/repos/asf/syncope/blob/40fa8614/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc index aaa54cd..87947bb 100644 --- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc +++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc @@ -177,7 +177,7 @@ ifeval::["{snapshotOrRelease}" == "release"] https://github.com/apache/syncope/tree/syncope-{docVersion}/core/migration/src/main/resources/scripted[scripts^] endif::[] ifeval::["{snapshotOrRelease}" == "snapshot"] -https://github.com/apache/syncope/tree/tree/2_0_X/core/migration/src/main/resources/scripted[scripts^] +https://github.com/apache/syncope/tree/2_0_X/core/migration/src/main/resources/scripted[scripts^] endif::[] and configure accordingly . assign the `SEARCH` and `SYNC` capabilities
