You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/18 01:05:57 UTC

[tomee-site-generator] 17/44: fix download-ng.adoc xrefs

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

dblevins pushed a commit to branch markdown-to-asciidoc
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git

commit 3466c1ef3e9310439d54d926f9aedfa9d2eccabf
Author: David Jencks <dj...@apache.org>
AuthorDate: Sun Feb 16 13:23:25 2020 -0800

    fix download-ng.adoc xrefs
---
 tomee/modules/ROOT/pages/tomcat-activemq.adoc              | 4 ++--
 tomee/modules/ROOT/pages/tomcat-cdi.adoc                   | 4 ++--
 tomee/modules/ROOT/pages/tomcat-detailed-instructions.adoc | 2 +-
 tomee/modules/ROOT/pages/tomcat-jms.adoc                   | 2 +-
 tomee/modules/ROOT/pages/tomcat-jpa.adoc                   | 2 +-
 tomee/modules/ROOT/pages/tomee-1.7.1.adoc                  | 2 +-
 tomee/modules/ROOT/pages/tomee-1.7.2.adoc                  | 2 +-
 tomee/modules/ROOT/pages/tomee-1.7.3.adoc                  | 2 +-
 tomee/modules/ROOT/pages/tomee-1.7.4.adoc                  | 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/tomee/modules/ROOT/pages/tomcat-activemq.adoc b/tomee/modules/ROOT/pages/tomcat-activemq.adoc
index 9719696..683135e 100644
--- a/tomee/modules/ROOT/pages/tomcat-activemq.adoc
+++ b/tomee/modules/ROOT/pages/tomcat-activemq.adoc
@@ -53,9 +53,9 @@ public class MyServet extends HttpServlet {
 No need to add even a single library!
 In the above scenario even the "foo" Topic and the "bar" Queue would be automatically created with no configuration necessary.
 
-xref:downloads-ng.adoc[Download] TomEE and you're minutes away from a functioning JMS application on Tomcat.
+xref:download-ng.adoc[Download] TomEE and you're minutes away from a functioning JMS application on Tomcat.
 
 
 TODO what?
 
-include:apache-tomee.adoc
+include::apache-tomee.adoc
diff --git a/tomee/modules/ROOT/pages/tomcat-cdi.adoc b/tomee/modules/ROOT/pages/tomcat-cdi.adoc
index 70f3901..81ec9a4 100644
--- a/tomee/modules/ROOT/pages/tomcat-cdi.adoc
+++ b/tomee/modules/ROOT/pages/tomcat-cdi.adoc
@@ -62,8 +62,8 @@ Any jar in your webapp with the above will automatically be CDI enabled and all
 All this is setup and ready to go!
 Spend your time learning and having fun and writing your app, don't spend it chasing down libraries and integrating things the hard way.
 
-xref:downloads-ng.adoc[Download] TomEE and you're minutes away from having fun with CDI on Tomcat.
+xref:download-ng.adoc[Download] TomEE and you're minutes away from having fun with CDI on Tomcat.
 
 TODO what?
 
-include:apache-tomee.adoc
+include::apache-tomee.adoc
diff --git a/tomee/modules/ROOT/pages/tomcat-detailed-instructions.adoc b/tomee/modules/ROOT/pages/tomcat-detailed-instructions.adoc
index 0607f61..2ada668 100644
--- a/tomee/modules/ROOT/pages/tomcat-detailed-instructions.adoc
+++ b/tomee/modules/ROOT/pages/tomcat-detailed-instructions.adoc
@@ -8,7 +8,7 @@ If you do not have an existing Tomcat installation, or want to start with a fres
 === Add openejb.war to Tomcat
 
 The TomEE plugin for Tomcat is distributed as a standalone war file containing all of the necessary files and an installer Servlet.
-The war can be obtained from the xref:downloads.adoc[download page] .  Once downloaded, simply copy the file into the Tomcat webapps directory.
+The war can be obtained from the xref:download-ng.adoc[download page] .  Once downloaded, simply copy the file into the Tomcat webapps directory.
 
 {deck:id=Copy openejb.war} {card:label=Windows}{noformat:nopanel=true} C:>copy openejb.war apache-tomcat-6.0.14\webapps\openejb.war 	1 file(s) copied.
 
diff --git a/tomee/modules/ROOT/pages/tomcat-jms.adoc b/tomee/modules/ROOT/pages/tomcat-jms.adoc
index 640057f..37c84b7 100644
--- a/tomee/modules/ROOT/pages/tomcat-jms.adoc
+++ b/tomee/modules/ROOT/pages/tomcat-jms.adoc
@@ -52,6 +52,6 @@ public class MyServet extends HttpServlet {
 No need to add even a single library!
 In the above scenario even the "foo" Topic and the "bar" Queue would be automatically created with no configuration necessary.
 
-xref:downloads.adoc[Download] TomEE and you're minutes away from a functioning JMS application on Tomcat.
+xref:download-ng.adoc[Download] TomEE and you're minutes away from a functioning JMS application on Tomcat.
 
 {include:apache-tomee.mdtext}
diff --git a/tomee/modules/ROOT/pages/tomcat-jpa.adoc b/tomee/modules/ROOT/pages/tomcat-jpa.adoc
index 8b0c07b..a2050ec 100644
--- a/tomee/modules/ROOT/pages/tomcat-jpa.adoc
+++ b/tomee/modules/ROOT/pages/tomcat-jpa.adoc
@@ -60,6 +60,6 @@ To make the above work all you need is a `WEB-INF/persistence.xml` file in your
 
 DataSources will automatically be created if they haven't be configured explicitly.
 
-xref:downloads.adoc[Download] TomEE and you're minutes away from a functioning JPA application on Tomcat.
+xref:download-ng.adoc[Download] TomEE and you're minutes away from a functioning JPA application on Tomcat.
 
 {include:apache-tomee.mdtext}
diff --git a/tomee/modules/ROOT/pages/tomee-1.7.1.adoc b/tomee/modules/ROOT/pages/tomee-1.7.1.adoc
index 80f0dd5..054311c 100644
--- a/tomee/modules/ROOT/pages/tomee-1.7.1.adoc
+++ b/tomee/modules/ROOT/pages/tomee-1.7.1.adoc
@@ -9,7 +9,7 @@ If you are interested in a Tomcat 8.x version then please feel free to check out
 
 The Apache TomEE 1.7.1 release files can be downloaded from here:
 
-xref:downloads.adoc[http://tomee.apache.org/downloads.html]
+xref:download-ng.adoc[http://tomee.apache.org/downloads.html]
 
 *** Important Notes:
 
diff --git a/tomee/modules/ROOT/pages/tomee-1.7.2.adoc b/tomee/modules/ROOT/pages/tomee-1.7.2.adoc
index e71aaa1..f7fcb06 100644
--- a/tomee/modules/ROOT/pages/tomee-1.7.2.adoc
+++ b/tomee/modules/ROOT/pages/tomee-1.7.2.adoc
@@ -7,7 +7,7 @@ If you are interested in a Tomcat 8.x version then please feel free to check out
 
 The Apache TomEE 1.7.2 release files can be downloaded from here:
 
-xref:downloads.adoc[http://tomee.apache.org/downloads.html]
+xref:download-ng.adoc[http://tomee.apache.org/downloads.html]
 
 *** Update Maven POM Files
 
diff --git a/tomee/modules/ROOT/pages/tomee-1.7.3.adoc b/tomee/modules/ROOT/pages/tomee-1.7.3.adoc
index a64e670..37fc846 100644
--- a/tomee/modules/ROOT/pages/tomee-1.7.3.adoc
+++ b/tomee/modules/ROOT/pages/tomee-1.7.3.adoc
@@ -8,7 +8,7 @@ If you are interested in a Tomcat 8.x version then please feel free to check out
 
 The Apache TomEE 1.7.3 release files can be downloaded from here:
 
-xref:downloads.adoc[http://tomee.apache.org/downloads.html]
+xref:download-ng.adoc[http://tomee.apache.org/downloads.html]
 
 *** Update Maven POM Files
 
diff --git a/tomee/modules/ROOT/pages/tomee-1.7.4.adoc b/tomee/modules/ROOT/pages/tomee-1.7.4.adoc
index 1efa4e9..8d962a7 100644
--- a/tomee/modules/ROOT/pages/tomee-1.7.4.adoc
+++ b/tomee/modules/ROOT/pages/tomee-1.7.4.adoc
@@ -14,7 +14,7 @@ If you are interested in a Tomcat 8.x version then please feel free to check out
 
 The Apache TomEE 1.7.4 release files can be downloaded from here:
 
-xref:downloads.adoc[http://tomee.apache.org/downloads.html]
+xref:download-ng.adoc[http://tomee.apache.org/downloads.html]
 
 *** Update Maven POM Files