asfgit closed pull request #15: TOMEE-2412 & TOMEE-2414 - pdf filename and tomee master link CI. URL: https://github.com/apache/tomee-site-generator/pull/15
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/src/main/jbake/content/community/commercial.adoc b/src/main/jbake/content/community/commercial.adoc index bd6c3cf..13adda6 100755 --- a/src/main/jbake/content/community/commercial.adoc +++ b/src/main/jbake/content/community/commercial.adoc @@ -12,7 +12,7 @@ Want to be added to this page? See at the bottom. === Tomitribe -Tomitribe is a company created by several founding members of the Apache TomEE community with the mission of uniting businesses using TomEE with responsible and sustainable Open Source. Our goal is to support both the community and fuel the success of business that rely TomEE with a complete set of consulting, training, and commercial support. +https://www.tomitribe.com[Tomitribe] is a company created by several founding members of the Apache TomEE community with the mission of uniting businesses using TomEE with responsible and sustainable Open Source. Our goal is to support both the community and fuel the success of business that rely TomEE with a complete set of consulting, training, and commercial support. === ManageCat diff --git a/src/main/jbake/content/community/sources.adoc b/src/main/jbake/content/community/sources.adoc index ee8eea4..c02a476 100755 --- a/src/main/jbake/content/community/sources.adoc +++ b/src/main/jbake/content/community/sources.adoc @@ -59,7 +59,7 @@ Then TomEE archives are at `tomee/apache/tomee/target/apache-tomee-${classifier} TomEE is using Buildbot for its continuous integration. You can access main builds (Ubuntu ones) at these address: -- https://ci.apache.org/builders/tomee-trunk-ubuntu[TomEE Master] +- https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8[TomEE Master] - https://ci.apache.org/builders/tomee-1.7.x-ubuntu[TomEE 1.7.x] === Issues diff --git a/src/main/jbake/content/docs.adoc b/src/main/jbake/content/docs.adoc index 5507038..3c61c32 100644 --- a/src/main/jbake/content/docs.adoc +++ b/src/main/jbake/content/docs.adoc @@ -6,7 +6,7 @@ === Administration - link:admin/configuration/index.html[Server Configuration] -- link:admin/directory-structure.html[Directory Structure] +- link:admin/file-layout.html[Directory Structure] - link:admin/cluster/index.html[Clustering and High Availability (HA)] === Developers diff --git a/src/main/jbake/content/security/index.adoc b/src/main/jbake/content/security/security.adoc similarity index 100% rename from src/main/jbake/content/security/index.adoc rename to src/main/jbake/content/security/security.adoc diff --git a/src/main/jbake/templates/menu.gsp b/src/main/jbake/templates/menu.gsp index 5c9dbad..db28af6 100755 --- a/src/main/jbake/templates/menu.gsp +++ b/src/main/jbake/templates/menu.gsp @@ -30,7 +30,7 @@ <ul class="nav navbar-nav navbar-right main-nav"> <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>docs.html">Documentation</a></li> <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>community/index.html">Community</a></li> - <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>security/index.html">Security</a></li> + <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>security/security.html">Security</a></li> <li><a href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>download-ng.html">Downloads</a></li> </ul> </div> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services