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
commit 6cfaf29a2030c6ebd560fb25e89cf5cd7b61cbfe Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Nov 28 19:39:22 2017 +0100 Uses https to access ASF sites --- source/_includes/header.html | 4 ++-- source/bylaws.md | 14 +++++++------- source/downloads.html | 2 +- source/helping.md | 4 ++-- source/releases.md | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/source/_includes/header.html b/source/_includes/header.html index 2a0e2b9..d12422a 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -27,8 +27,8 @@ <li><a href="/downloads.html">Downloads</a></li> <li><a href="/announce.html">Announcements</a></li> <li><a href="http://www.apache.org/licenses/">License</a></li> - <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li> - <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks!</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> </ul> </li> <li class="dropdown"> diff --git a/source/bylaws.md b/source/bylaws.md index 59f3a79..bb855bc 100644 --- a/source/bylaws.md +++ b/source/bylaws.md @@ -11,12 +11,12 @@ title: Project Management Committee Charter ## Apache Struts PMC Charter -Struts is a Project of the [Apache Software Foundation](http://apache.org/foundation) (ASF), formed by a resolution -of the [ASF Board of Directors](http://apache.org/foundation/board/). As an ASF Project, Struts is subject to the -[ASF Bylaws](http://apache.org/foundation/bylaws.html) and the direction of the ASF Board. +Struts is a Project of the [Apache Software Foundation](https://www.apache.org/foundation) (ASF), formed by a resolution +of the [ASF Board of Directors](https://www.apache.org/foundation/board/). As an ASF Project, Struts is subject to the +[ASF Bylaws](https://www.apache.org/foundation/bylaws.html) and the direction of the ASF Board. The Project Charter incorporates by reference the current version -of [How the ASF works](http://apache.org/foundation/how-it-works.html), with the additional guidelines +of [How the ASF works](https://www.apache.org/foundation/how-it-works.html), with the additional guidelines and clarifications found herein. ## Roles and Responsibilities @@ -63,7 +63,7 @@ other than the member in question. The list of active PMC members can be found o The PMC is responsible for the day-to-day management of the Struts Project. The PMC oversees all changes made to the codebase. The PMC must ensure that all code under a Apache Struts repository is the lawful property -of the Foundation and may be distributed under the [Apache Software License](http://apache.org/licenses/). +of the Foundation and may be distributed under the [Apache Software License](https://www.apache.org/licenses/). All releases of a Struts subproject must be sanctioned by the Project Management Committee. ### Subprojects @@ -83,13 +83,13 @@ vote of the PMC. ## Decision Making -All [Volunteers](http://apache.org/foundation/how-it-works.html#roles) (Users, Developers, Committers, PMC Members) +All [Volunteers](https://www.apache.org/foundation/how-it-works.html#roles) (Users, Developers, Committers, PMC Members) are encouraged to participate in the decision-making process, but binding decisions are made only by the Project Management Committee. ### Voting -Any subscriber to the list may [vote](http://apache.org/foundation/voting.html) on any issue or action item. +Any subscriber to the list may [vote](https://www.apache.org/foundation/voting.html) on any issue or action item. Votes from Developers and Committers are especially welcome. However, the only binding votes are those cast by a PMC Member. diff --git a/source/downloads.html b/source/downloads.html index bf0db1b..93dbf82 100644 --- a/source/downloads.html +++ b/source/downloads.html @@ -11,7 +11,7 @@ title: Releases <p> Releases of the Apache Struts framework are made available to the general public at no charge, - under the <a href="http://apache.org/licenses/">Apache License,</a> in both binary and source distributions. + under the <a href="https://www.apache.org/licenses/">Apache License,</a> in both binary and source distributions. 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> diff --git a/source/helping.md b/source/helping.md index 57e5f9c..0a67e1f 100644 --- a/source/helping.md +++ b/source/helping.md @@ -116,7 +116,7 @@ title: Helping The Struts 2 documentation is maintained using the Atlassian Confluence wiki software and automatically exported to HTML for viewing on the website. To help with the Struts 2 documentation, you must create an account at [cwki.apache.org/confluence](http://cwiki.apache.org/confluence), AND you must file a - [Contributor License Agreement](http://apache.org/licenses/icla.txt) with the ASF. + [Contributor License Agreement](https://www.apache.org/licenses/icla.txt) with the ASF. Other ways to help out with the documentation is to just leave a comment on a page that needs fixing. If you have a cwiki Confluence account, you can also create pages on the @@ -217,6 +217,6 @@ title: Helping or discretely decline. If the candidate is able to accept, the PMC will announce the new member on the dev list. - For more about decision-making, see [How the ASF Works](http://apache.org/foundation/how-it-works.html) + For more about decision-making, see [How the ASF Works](https://www.apache.org/foundation/how-it-works.html) and the [Apache Struts Charter](bylaws.html). For more about project infrastructure, see "Project Maintenance and Resources" in the [Struts 1 wiki](http://wiki.apache.org/struts/). diff --git a/source/releases.md b/source/releases.md index 80757ed..fabf7b4 100644 --- a/source/releases.md +++ b/source/releases.md @@ -63,7 +63,7 @@ Additional remarks: - Any formal release may be submitted for mirroring. All GA releases **must** be mirrored. - After announcing a release, remember to update the Downloads and Announcements pages. If the release is to be mirrored, wait at least 24 hours after submittal before making public announcements (as stated in the - [Apache Mirroring guidelines](http://apache.org/dev/mirrors.html). + [Apache Mirroring guidelines](https://www.apache.org/dev/mirrors.html). - If a serious flaw if found in a test build or release, it may be withdrawn by a majority vote of the PMC and removed from ASF distribution channels. -- To stop receiving notification emails like this one, please contact "commits@struts.apache.org" <commits@struts.apache.org>.