You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/03/29 05:24:25 UTC

[struts-site] branch master updated: Uses new url of nightlies builds

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 a028cfa  Uses new url of nightlies builds
a028cfa is described below

commit a028cfa64db43b84525c60d99b29ccfa4c97787d
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Mar 29 07:24:20 2022 +0200

    Uses new url of nightlies builds
---
 source/announce-2015.md                                   | 2 +-
 source/builds.md                                          | 6 +++---
 source/contributors/building-the-framework-from-source.md | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/source/announce-2015.md b/source/announce-2015.md
index 89b227e..8c07913 100644
--- a/source/announce-2015.md
+++ b/source/announce-2015.md
@@ -59,7 +59,7 @@ The Apache Struts group is pleased to announce that a new security bulletin was
 
 Thanks to Taki Uchiyama from JPCERT/CC who reported two potential XSS vulnerabilities available 
 in older versions of The Apache Struts 2. Please read the mentioned security bulletin for more details
-and also reading our [Security guideline](/docs/security) will help you secure your application 
+and also reading our [Security guideline](security/index) will help you secure your application 
 
 #### 31 July 2015 - Struts 2.5-BETA1 (BETA) {#a20150731}
 
diff --git a/source/builds.md b/source/builds.md
index d14e779..286e58b 100644
--- a/source/builds.md
+++ b/source/builds.md
@@ -59,15 +59,15 @@ or
 Maven will automatically download any dependencies as needed.
 
 For more about using Maven to build Struts 2, see
-[Building the framework from source](/docs/building-the-framework-from-source) in the
-[Struts 2 Contributors Guide.](/docs/contributors-guide)
+[Building the framework from source](contributors/building-the-framework-from-source) in the
+[Struts 2 Contributors Guide.](contributors/index)
 
 For more about using Maven to build Struts 1, see our [Maven wiki page.](http://wiki.apache.org/struts/StrutsMaintenanceMaven)
 
 ## Nightly Builds
 
 As part of our continuous integration practice, we also make available each morning the
-[latest stable development build.](https://nightlies.apache.org/x1/dist/struts/)
+[latest stable development build.](https://nightlies.apache.org/struts/snapshot/)
 
 *Again: Use at your own risk!*
 
diff --git a/source/contributors/building-the-framework-from-source.md b/source/contributors/building-the-framework-from-source.md
index 0f1fe95..462b1a6 100644
--- a/source/contributors/building-the-framework-from-source.md
+++ b/source/contributors/building-the-framework-from-source.md
@@ -21,7 +21,7 @@ to build the framework from scratch. You may want to try out new tweaks and patc
 your own tweak or patch.
 
 > If you just want to use the latest development build, perhaps because a patch you need has been applied, you can 
-> also [download a nightly build](http://ci.apache.org/projects/struts/nightlies/).
+> also [download a nightly build](https://nightlies.apache.org/struts/snapshot/).
 
 ## Getting the Sources