This is an automated email from the ASF dual-hosted git repository. clr pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
The following commit(s) were added to refs/heads/master by this push: new 44c87c5 Update getting-started.adoc 44c87c5 is described below commit 44c87c59fcc52c1ce35fd1950caa27e16fe1b74e Author: Craig L Russell <apache....@gmail.com> AuthorDate: Thu Jun 25 11:16:29 2020 -0700 Update getting-started.adoc Add link to impls.adoc --- src/main/asciidoc/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/getting-started.adoc b/src/main/asciidoc/getting-started.adoc index 561b130..dd1e50e 100644 --- a/src/main/asciidoc/getting-started.adoc +++ b/src/main/asciidoc/getting-started.adoc @@ -28,7 +28,7 @@ using the JDO implementation classes to define the application view of PersistenceManagerFactory and PersistenceManager. Next, choose a JDO implementation. You can get information -on JDO implementations here. Some factors to consider when choosing +on JDO implementations link:impls.adoc[here]. Some factors to consider when choosing a JDO implementation is what databases they support, what Java version they support, and whether they provide tools to create database schema from an object model or create an object model from the database schema.