Repository: syncope Updated Branches: refs/heads/2_0_X 66cab5b3b -> 46332ac68
[SYNCOPE-1019] Fix in docs Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/46332ac6 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/46332ac6 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/46332ac6 Branch: refs/heads/2_0_X Commit: 46332ac684db9fe24db4086d7f73d98c69a6f0f7 Parents: 66cab5b Author: skylark17 <[email protected]> Authored: Mon Sep 10 16:26:20 2018 +0200 Committer: skylark17 <[email protected]> Committed: Mon Sep 10 16:26:20 2018 +0200 ---------------------------------------------------------------------- .../reference-guide/workingwithapachesyncope/customization.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/46332ac6/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc index d6527ce..785f2da 100644 --- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc +++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc @@ -863,12 +863,11 @@ to only display 3 steps, like: The configurations for that sample are in ifeval::["{snapshotOrRelease}" == "release"] -https://github.com/apache/syncope/blob/syncope-{docVersion}/client/enduser/src/test/resources/customTemplate.json +https://github.com/apache/syncope/blob/syncope-{docVersion}/client/enduser/src/test/resources/customTemplate.json[customTemplate.json^]. endif::[] ifeval::["{snapshotOrRelease}" == "snapshot"] -https://github.com/apache/syncope/blob/2_0_X/client/enduser/src/test/resources/customTemplate.json +https://github.com/apache/syncope/blob/2_0_X/client/enduser/src/test/resources/customTemplate.json[customTemplate.json^]. endif::[] -. In order to apply them, that content must be copied to your `customTemplate.json` file. [discrete]
