From 3d99dfe17986419efca89ef4378c2df4c8cf1ca2 Mon Sep 17 00:00:00 2001 From: timl Date: Fri, 18 Oct 2024 14:40:51 +0800 Subject: [PATCH] Update the download link Update the download link to https://nvidia.github.io/spark-rapids/docs/download.html Signed-off-by: timl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 789219dde27..009ca4b1560 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ or answer a question on the [discussion board](https://github.com/NVIDIA/spark-r ## Download -The jar files for the most recent release can be retrieved from the [download](docs/download.md) +The jar files for the most recent release can be retrieved from the [download](https://nvidia.github.io/spark-rapids/docs/download.html) page. ## Building From Source