This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 629545b138 Fixing cross-references between Getting Started and
Reference guides
629545b138 is described below
commit 629545b138065a0a4ca3f64af2253a6646e7ee9e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jan 31 07:05:43 2025 +0100
Fixing cross-references between Getting Started and Reference guides
---
src/main/asciidoc/getting-started/movingForward.adoc | 4 ++--
src/main/asciidoc/getting-started/obtain.adoc | 8 ++++----
src/main/asciidoc/reference-guide/usage/customization.adoc | 4 ++--
src/main/asciidoc/reference-guide/usage/usage.adoc | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/main/asciidoc/getting-started/movingForward.adoc
b/src/main/asciidoc/getting-started/movingForward.adoc
index d22fca9a3f..a12689cf87 100644
--- a/src/main/asciidoc/getting-started/movingForward.adoc
+++ b/src/main/asciidoc/getting-started/movingForward.adoc
@@ -22,10 +22,10 @@
Once you have obtained a working installation of Apache Syncope using one of
the methods reported above, you should consider
reading the
ifeval::["{backend}" == "html5"]
-https://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference
Guide.]
+https://syncope.apache.org/docs/3.0/reference-guide.html[Apache Syncope
Reference Guide.]
endif::[]
ifeval::["{backend}" == "pdf"]
-https://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference
Guide.]
+https://syncope.apache.org/docs/3.0/reference-guide.pdf[Apache Syncope
Reference Guide.]
endif::[]
to understand how to configure, extend, customize and deploy your new Apache
Syncope project.
diff --git a/src/main/asciidoc/getting-started/obtain.adoc
b/src/main/asciidoc/getting-started/obtain.adoc
index c0dbf6e725..094fc3beb5 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -597,10 +597,10 @@ If no failures are encountered, your basic Apache Syncope
project is now ready t
Before actual deployment as executable or onto a Java EE container, you need
to further check the **Customization**
chapter of the
ifeval::["{backend}" == "html5"]
-https://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference
Guide.]
+https://syncope.apache.org/docs/3.0/reference-guide.html[Apache Syncope
Reference Guide.]
endif::[]
ifeval::["{backend}" == "pdf"]
-https://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference
Guide.]
+https://syncope.apache.org/docs/3.0/reference-guide.pdf[Apache Syncope
Reference Guide.]
endif::[]
====
@@ -628,10 +628,10 @@ configured for the embedded mode.
When building for production, instead, it is recommended to check the
**Customization** chapter of
the
ifeval::["{backend}" == "html5"]
-https://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference
Guide.]
+https://syncope.apache.org/docs/3.0/reference-guide.html[Apache Syncope
Reference Guide.]
endif::[]
ifeval::["{backend}" == "pdf"]
-https://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference
Guide.]
+https://syncope.apache.org/docs/3.0/reference-guide.pdf[Apache Syncope
Reference Guide.]
endif::[]
====
diff --git a/src/main/asciidoc/reference-guide/usage/customization.adoc
b/src/main/asciidoc/reference-guide/usage/customization.adoc
index 31d4c7de63..8d6fc00b1b 100644
--- a/src/main/asciidoc/reference-guide/usage/customization.adoc
+++ b/src/main/asciidoc/reference-guide/usage/customization.adoc
@@ -30,10 +30,10 @@ adding new features or replacing existing components.
In general, the Embedded Mode (see the
ifeval::["{backend}" == "html5"]
-https://syncope.apache.org/docs/getting-started.html[Apache Syncope Getting
Started Guide]
+https://syncope.apache.org/docs/3.0/getting-started.html[Apache Syncope
Getting Started Guide]
endif::[]
ifeval::["{backend}" == "pdf"]
-https://syncope.apache.org/docs/getting-started.pdf[Apache Syncope Getting
Started Guide]
+https://syncope.apache.org/docs/3.0/getting-started.pdf[Apache Syncope Getting
Started Guide]
endif::[]
for details) allows developers to work comfortably from a single workstation,
with no need of additional setup; it is
effectively implemented as the `all`
diff --git a/src/main/asciidoc/reference-guide/usage/usage.adoc
b/src/main/asciidoc/reference-guide/usage/usage.adoc
index 102feaa63d..b85a39e471 100644
--- a/src/main/asciidoc/reference-guide/usage/usage.adoc
+++ b/src/main/asciidoc/reference-guide/usage/usage.adoc
@@ -21,10 +21,10 @@
Before proceeding, please ensure that you have access to a running Apache
Syncope deployment.
You can take a look at the
ifeval::["{backend}" == "html5"]
-https://syncope.apache.org/docs/getting-started.html[Apache Syncope Getting
Started Guide]
+https://syncope.apache.org/docs/3.0/getting-started.html[Apache Syncope
Getting Started Guide]
endif::[]
ifeval::["{backend}" == "pdf"]
-https://syncope.apache.org/docs/getting-started.pdf[Apache Syncope Getting
Started Guide]
+https://syncope.apache.org/docs/3.0/getting-started.pdf[Apache Syncope Getting
Started Guide]
endif::[]
to check system requirements and to choose among the various options for
obtaining Apache Syncope.