This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new 326168c Fixes link to download page 326168c is described below commit 326168cbf700af1ec33e3cc45aeefceb3261dc62 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Jun 4 16:04:04 2018 +0200 Fixes link to download page --- source/plugins/cdi/index.md | 2 +- source/plugins/rest/index.md | 2 +- source/releases.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/plugins/cdi/index.md b/source/plugins/cdi/index.md index 8348363..016ccc5 100644 --- a/source/plugins/cdi/index.md +++ b/source/plugins/cdi/index.md @@ -89,7 +89,7 @@ whereas `${struts2.version}` should be set either as a property in your pom (rec ### Manual Integration -Ensure that the struts2-cdi-plugin jar matching your used Struts 2 framework version - it is part of the [Struts 2 distribution](/download.html) - is packed within the application archive that will be delivered. If a CDI implementation is provided within your container, no other dependencies are needed. If the latter is not the case, you may want to install a CDI container into your container (as commmon installation or packed with your app) according to the installation instructions of [...] +Ensure that the struts2-cdi-plugin jar matching your used Struts 2 framework version - it is part of the [Struts 2 distribution](/download.cgi) - is packed within the application archive that will be delivered. If a CDI implementation is provided within your container, no other dependencies are needed. If the latter is not the case, you may want to install a CDI container into your container (as commmon installation or packed with your app) according to the installation instructions of t [...] For IDE integration, be sure to add both the struts2-cdi-plugin-VERSION.jar as well as the cdi-api.jar to your project setup. Remember, the API jar should not be delivered with your application archive since you will have the API provided by the CDI container your application will be running with. diff --git a/source/plugins/rest/index.md b/source/plugins/rest/index.md index 751075c..734e68b 100644 --- a/source/plugins/rest/index.md +++ b/source/plugins/rest/index.md @@ -18,7 +18,7 @@ The REST Plugin provides high level support for the implementation of RESTful re If you prefer to see a working code example, instead of reading through an explanation, you can download -the [Struts2 Example Applications](/download.html#struts-ga) and check out the `struts2-rest-showcase` application, +the [Struts2 Example Applications](/download.cgi#struts-ga) and check out the `struts2-rest-showcase` application, a complete WAR file, that demonstrates a simple REST web program. ### Features diff --git a/source/releases.html b/source/releases.html index f2df237..57f29fb 100644 --- a/source/releases.html +++ b/source/releases.html @@ -12,7 +12,7 @@ title: Releases <p> Releases of the Apache Struts framework are made available to the general public at no charge, under the <a href="https://www.apache.org/licenses/">Apache License,</a> in both binary and source distributions. - Full releases for current version are listed at <a href="/download">Download page</a>. + Full releases for current version are listed at <a href="/download.cgi">Download page</a>. Individual JARs are also made available through <a href="http://maven.apache.org">Apache Maven</a> repositories, like <a href="http://ibiblio.org">ibiblio.</a> </p> @@ -22,7 +22,7 @@ title: Releases <strong>General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em> <ul> <li> - <a href="http://struts.apache.org/download.cgi#struts-ga"> + <a href="/download.cgi#struts-ga"> Struts {{ site.current_version }} </a> ("best available") </li> @@ -32,7 +32,7 @@ title: Releases <strong>Extras</strong> - <em>Additional plugins and quick-fix solutions!</em> <ul> <li> - <a href="http://struts.apache.org/download.cgi#struts-extras"> + <a href="/download.cgi#struts-extras"> Struts Extras </a> </li> @@ -58,7 +58,7 @@ title: Releases <strong>Older Releases</strong> are available here <ul> <li> - <a href="http://struts.apache.org/download.cgi#struts1310"> + <a href="/download.cgi#struts1310"> Struts 1.3.10 </a> (latest Struts 1 release before <a href="struts1eol-announcement.html">EOL</a>) </li> -- To stop receiving notification emails like this one, please contact lukaszlen...@apache.org.