From adae6f3e6d9826dbdc772b95d79abe1d2a17e412 Mon Sep 17 00:00:00 2001 From: Hans Van Akelyen Date: Mon, 17 Jan 2022 22:04:57 +0100 Subject: [PATCH] Update download links and docs --- content/download/index.adoc | 6 +++--- site.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/download/index.adoc b/content/download/index.adoc index 2a747e06a..df4fed097 100644 --- a/content/download/index.adoc +++ b/content/download/index.adoc @@ -8,8 +8,8 @@ description: "Download Apache Hop source and binary releases or Docker images fo [cols="<.^1,<.^1,1,2,1,1"] |=== | Version | Date | Description | Download Link | PGP Signature file of download | SHA512 Checksum file of download -.2+| link:/blog/2021/10/hop-1.0.0/[1.0.0] .2+| October, 5th, 2021 | **Binaries** | https://www.apache.org/dyn/closer.cgi?filename=incubator/hop/1.0.0/apache-hop-client-1.0.0-incubating.zip&action=download[**apache-hop-client-1.0.0-incubating.zip**] | https://downloads.apache.org/incubator/hop/1.0.0/apache-hop-client-1.0.0-incubating.zip.asc[asc] | https://downloads.apache.org/incubator/hop/1.0.0/apache-hop-client-1.0.0-incubating.zip.sha512[sha512] -| Sources | https://www.apache.org/dyn/closer.cgi?filename=incubator/hop/1.0.0/apache-hop-1.0.0-incubating-src.tar.gz&action=download[apache-hop-1.0.0-incubating-src.tar.gz] | https://downloads.apache.org/incubator/hop/1.0.0/apache-hop-1.0.0-incubating-src.tar.gz.asc[asc] | https://downloads.apache.org/incubator/hop/1.0.0/apache-hop-1.0.0-incubating-src.tar.gz.sha512[sha512] +.2+| link:/blog/2021/10/hop-1.0.0/[1.0.0] .2+| October, 5th, 2021 | **Binaries** | https://www.apache.org/dyn/closer.cgi?filename=hop/1.0.0/apache-hop-client-1.0.0-incubating.zip&action=download[**apache-hop-client-1.0.0-incubating.zip**] | https://downloads.apache.org/hop/1.0.0/apache-hop-client-1.0.0-incubating.zip.asc[asc] | https://downloads.apache.org/hop/1.0.0/apache-hop-client-1.0.0-incubating.zip.sha512[sha512] +| Sources | https://www.apache.org/dyn/closer.cgi?filename=hop/1.0.0/apache-hop-1.0.0-incubating-src.tar.gz&action=download[apache-hop-1.0.0-incubating-src.tar.gz] | https://downloads.apache.org/hop/1.0.0/apache-hop-1.0.0-incubating-src.tar.gz.asc[asc] | https://downloads.apache.org/hop/1.0.0/apache-hop-1.0.0-incubating-src.tar.gz.sha512[sha512] |=== ## Docker @@ -22,5 +22,5 @@ Apache Hop is available as a Docker image on Dockerhub: ## Keys -You can verify your download by following these https://www.apache.org/info/verification.html[procedures] and using these https://downloads.apache.org/incubator/hop/KEYS[KEYS]. +You can verify your download by following these https://www.apache.org/info/verification.html[procedures] and using these https://downloads.apache.org/hop/KEYS[KEYS]. diff --git a/site.yml b/site.yml index 09cbcfee4..aa3921b8c 100644 --- a/site.yml +++ b/site.yml @@ -11,6 +11,7 @@ content: branches: - master - release1.0.0 + - release1.1.0 start_path: /docs/hop-user-manual/ - url: git@github.com:apache/hop.git branches: master