You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/03/12 17:39:12 UTC

[plc4x] branch develop updated: - Updated the download links to the new preferred download url.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2931cd8  - Updated the download links to the new preferred download url.
2931cd8 is described below

commit 2931cd868f534fc6991b6a22b67b4269b09e1c74
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Mar 12 18:39:06 2020 +0100

    - Updated the download links to the new preferred download url.
---
 src/site/asciidoc/users/download.adoc | 6 +++---
 tools/common.sh                       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/site/asciidoc/users/download.adoc b/src/site/asciidoc/users/download.adoc
index 7ab6893..08149e5 100644
--- a/src/site/asciidoc/users/download.adoc
+++ b/src/site/asciidoc/users/download.adoc
@@ -17,12 +17,12 @@
 
 == Download
 
-Be sure to verify your downloads by these https://www.apache.org/info/verification[procedures] using these https://www.apache.org/dist/plc4x/KEYS[KEYS] for any Apache release.
+Be sure to verify your downloads by these https://www.apache.org/info/verification[procedures] using these https://downloads.apache.org/plc4x/KEYS[KEYS] for any Apache release.
 
 === Current Releases
 
 [#release-0.6.0]
-==== 0.6.0 Official https://www.apache.org/dyn/closer.lua/plc4x/0.6.0/apache-plc4x-0.6.0-source-release.zip[source release] [ https://www.apache.org/dist/plc4x/0.6.0/apache-plc4x-0.6.0-source-release.zip.sha512[SHA512] ] [ https://www.apache.org/dist/plc4x/0.6.0/apache-plc4x-0.6.0-source-release.zip.asc[ASC] ]
+==== 0.6.0 Official https://www.apache.org/dyn/closer.lua/plc4x/0.6.0/apache-plc4x-0.6.0-source-release.zip[source release] [ https://downloads.apache.org/plc4x/0.6.0/apache-plc4x-0.6.0-source-release.zip.sha512[SHA512] ] [ https://downloads.apache.org/plc4x/0.6.0/apache-plc4x-0.6.0-source-release.zip.asc[ASC] ]
 
 This is the last release of PLC4X with the "handwritten" drivers.
 This Minor release will thus receive updates and fixes until
@@ -34,7 +34,7 @@ as the critical (memory leak) bug PLC4X-163 is fixed.
 ===== New Features
 
 - PLC4X-168 A shorter S7 Field Syntax is Introduced.
-This release contains no furter features and mostly stabilization.
+This release contains no further features and mostly stabilization.
 
 ===== Incompatible changes
 
diff --git a/tools/common.sh b/tools/common.sh
index 66147d1..3f226c4 100755
--- a/tools/common.sh
+++ b/tools/common.sh
@@ -26,7 +26,7 @@ PLC4X_ROOT_DIR=.
 BUNDLE_DIR=${PLC4X_ROOT_DIR}/target/checkout/target
 
 PLC4X_ASF_GIT_URL=https://git-wip-us.apache.org/repos/asf/plc4x.git
-PLC4X_ASF_DIST_URL=https://www.apache.org/dist/plc4x
+PLC4X_ASF_DIST_URL=https://downloads.apache.org/plc4x
 PLC4X_ASF_DIST_DYN_URL=https://www.apache.org/dyn/closer.cgi/plc4x
 PLC4X_ASF_SVN_RELEASE_URL=https://dist.apache.org/repos/dist/release/plc4x
 PLC4X_ASF_SVN_RC_URL=https://dist.apache.org/repos/dist/dev/plc4x