This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1367770 SLING-7474 - use https for sigs and hashes + link to KEYS on
www.a.o/dist
1367770 is described below
commit 136777043855ba8ff555627598c758a2ad8ba881
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Feb 7 10:38:20 2018 +0100
SLING-7474 - use https for sigs and hashes + link to KEYS on www.a.o/dist
---
src/main/jbake/content/downloads.md | 2 +-
src/main/jbake/templates/downloads.tpl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/jbake/content/downloads.md
b/src/main/jbake/content/downloads.md
index 364a698..cd6b74d 100644
--- a/src/main/jbake/content/downloads.md
+++ b/src/main/jbake/content/downloads.md
@@ -5,7 +5,7 @@ tags=downloads,community,pmc
tableOfContents=false
~~~~~~
-To get the latest development release of Apache Sling, you can check out the
Source Code and Getting and Building Sling yourself. Otherwise, the releases
below are available for download. To install, just download and extract. The
PGP keys at
[https://people.apache.org/keys/group/sling.asc](https://people.apache.org/keys/group/sling.asc)
can be used to verify the integrity of the release archives.
+To get the latest development release of Apache Sling, you can check out the
Source Code and Getting and Building Sling yourself. Otherwise, the releases
below are available for download. To install, just download and extract. The
PGP keys at
[https://www.apache.org/dist/sling/KEYS](https://www.apache.org/dist/sling/KEYS)
can be used to verify the integrity of the release archives.
All Apache Sling products are distributed under the terms of The [Apache
Software License](http://apache.org/licenses/) (version 2.0). See our license,
or the LICENSE file included in each distribution.
diff --git a/src/main/jbake/templates/downloads.tpl
b/src/main/jbake/templates/downloads.tpl
index cdda19b..285df13 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -247,7 +247,7 @@ def bundles=[
def downloadLink(label, artifact, version, suffix) {
def sep = version ? "-" : ""
def path = "sling/${artifact}${sep}${version}${suffix}"
- def digestsBase = "http://www.apache.org/dist/${path}"
+ def digestsBase = "https://www.apache.org/dist/${path}"
a(href:"[preferred]${path}", label)
yield " ("
--
To stop receiving notification emails like this one, please contact
[email protected].