You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by wa...@apache.org on 2021/06/02 20:15:01 UTC

[openjpa-site] 03/03: fix image alt text warnings

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openjpa-site.git

commit dbe3771765656a585bae2e740767afe775d1df05
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Wed Jun 2 13:11:45 2021 -0700

    fix image alt text warnings
---
 content/domain-model-browser.md     | 2 +-
 content/enhancement-with-eclipse.md | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/domain-model-browser.md b/content/domain-model-browser.md
index 03be0e2..09562a0 100644
--- a/content/domain-model-browser.md
+++ b/content/domain-model-browser.md
@@ -32,4 +32,4 @@ A graphic visualization of persistence domain classes.
 
 ## A typical snapshot 
 
-![](images/mmb.PNG)
+![domain model](images/mmb.PNG)
diff --git a/content/enhancement-with-eclipse.md b/content/enhancement-with-eclipse.md
index e62f3f0..aeca4cf 100644
--- a/content/enhancement-with-eclipse.md
+++ b/content/enhancement-with-eclipse.md
@@ -62,11 +62,11 @@ should be set to jpa_lib and build.dir should be set to bin.
   
   
 
-![](images/navigator.png)
+![Navigator](images/navigator.png)
 
-![](images/main.png)
+![Main](images/main.png)
 
-![](images/targets.png)
+![Targets](images/targets.png)
 
 <a name="EnhancementwithEclipse-OpenJPAPluginforEclipse"></a>