Repository: syncope Updated Branches: refs/heads/1_2_X 585fd9f79 -> a1e4daefa refs/heads/master ffb463beb -> 4a57705c3
SYNCOPE-702: Fixing documentation issue on architecture section Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/a1e4daef Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/a1e4daef Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/a1e4daef Branch: refs/heads/1_2_X Commit: a1e4daefa809f56023c4e61d3a50ab4681d1a5f0 Parents: 585fd9f Author: Facundo Farias <[email protected]> Authored: Tue Oct 6 11:01:03 2015 +0200 Committer: Facundo Farias <[email protected]> Committed: Tue Oct 6 11:01:03 2015 +0200 ---------------------------------------------------------------------- src/site/xdoc/architecture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/a1e4daef/src/site/xdoc/architecture.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/architecture.xml b/src/site/xdoc/architecture.xml index 024609e..ce68451 100644 --- a/src/site/xdoc/architecture.xml +++ b/src/site/xdoc/architecture.xml @@ -95,7 +95,7 @@ under the License. <a href="http://openjpa.apache.org">Apache OpenJPA</a>, the chosen JPA implementation, allows Apache Syncope to be successfully deployable to most DBMSs without any modification of the source code; for more information, see these - <a href="http://openjpa.apache.org/builds/latest/docs/docbook/manual/ref_guide_dbsetup_dbsupport.html">available options</a>. + <a href="http://openjpa.apache.org/builds/2.3.0/apache-openjpa/docs/ref_guide_dbsetup_dbsupport.html">available options</a>. <br/> Currently, Apache Syncope officially supports MySQL, PostgreSQL, Oracle DB and MS SQL Server. </p>
