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 033b4c2 Update getting-started.adoc
033b4c2 is described below
commit 033b4c2e9dbaf99b2c249ae727240265930e14c9
Author: Craig L Russell <[email protected]>
AuthorDate: Thu Jun 25 11:21:01 2020 -0700
Update getting-started.adoc
Change link from adoc to html
---
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 dd1e50e..36aebc4 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 link:impls.adoc[here]. Some factors to consider when
choosing
+on JDO implementations link:impls.html[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.