This is an automated email from the ASF dual-hosted git repository. holden pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new d0d3def Fix dockerhub link d0d3def is described below commit d0d3defa2e20ec29ffae4a48702131a2953885ea Author: Holden Karau <hol...@pigscanfly.ca> AuthorDate: Mon Feb 21 14:01:42 2022 -0800 Fix dockerhub link --- downloads.md | 2 +- site/downloads.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/downloads.md b/downloads.md index 8a6aca7..bf5a98e 100644 --- a/downloads.md +++ b/downloads.md @@ -43,7 +43,7 @@ Spark artifacts are [hosted in Maven Central](https://search.maven.org/search?q= ### Convenience Docker Container Images -[Spark Docker Container images are available from DockerHub](https://hub.docker.com/repository/docker/apache/spark), these images contain non-ASF software and may be subject to different license terms. +[Spark Docker Container images are available from DockerHub](https://hub.docker.com/r/apache/spark-py/tags), these images contain non-ASF software and may be subject to different license terms. ### Release notes for stable releases diff --git a/site/downloads.html b/site/downloads.html index e8ecb9c..441eb85 100644 --- a/site/downloads.html +++ b/site/downloads.html @@ -187,7 +187,7 @@ version: 3.2.1 <h3 id="convenience-docker-container-images">Convenience Docker Container Images</h3> -<p><a href="https://hub.docker.com/repository/docker/apache/spark">Spark Docker Container images are available from DockerHub</a>, these images contain non-ASF software and may be subject to different license terms.</p> +<p><a href="https://hub.docker.com/r/apache/spark-py/tags">Spark Docker Container images are available from DockerHub</a>, these images contain non-ASF software and may be subject to different license terms.</p> <h3 id="release-notes-for-stable-releases">Release notes for stable releases</h3> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org