Skip to content

Commit d9030f8

Browse files
committed
Update NVIDIA Pages links
1 parent d727763 commit d9030f8

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

delta-lake/common/src/main/delta-33x-41x/scala/com/nvidia/spark/rapids/delta/common/GpuDeltaParquetFileFormatBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class GpuDeltaParquetFileFormatBase(
221221
logWarning("Coalescing is not supported when `delta.enableDeletionVectors=true`, " +
222222
"using the multi-threaded reader. For more details on the Parquet reader types " +
223223
"please look at 'spark.rapids.sql.format.parquet.reader.type' config at " +
224-
"https://nvidia.github.io/spark-rapids/docs/additional-functionality/advanced_configs.html")
224+
"https://nvidia.github.io/cudf-spark/docs/additional-functionality/advanced_configs.html")
225225
}
226226

227227
new DeltaMultiFileReaderFactory(

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<version>26.08.0-SNAPSHOT</version>
2727
<packaging>pom</packaging>
2828

29-
<url>https://nvidia.github.io/spark-rapids/</url>
29+
<url>https://nvidia.github.io/cudf-spark/</url>
3030
<licenses>
3131
<license>
3232
<name>Apache License, Version 2.0</name>

scala2.13/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<version>26.08.0-SNAPSHOT</version>
2727
<packaging>pom</packaging>
2828

29-
<url>https://nvidia.github.io/spark-rapids/</url>
29+
<url>https://nvidia.github.io/cudf-spark/</url>
3030
<licenses>
3131
<license>
3232
<name>Apache License, Version 2.0</name>

skills/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ npx skills add NVIDIA/spark-rapids --skill '*' [--agent <agent>]
4343

4444
- **[Maven](https://maven.apache.org/install.html)** is required to build/compile UDFs.
4545
- **[JDK](https://docs.oracle.com/en/java/javase/index.html)** must be installed on the system.
46-
- **Local GPU** with [CUDA toolkit](https://developer.nvidia.com/cuda/toolkit) is required (see [Spark RAPIDS compatibility](https://nvidia.github.io/spark-rapids/docs/download.html) for version requirements).
46+
- **Local GPU** with [CUDA toolkit](https://developer.nvidia.com/cuda/toolkit) is required (see [Spark RAPIDS compatibility](https://nvidia.github.io/cudf-spark/docs/download.html) for version requirements).
4747

4848
If a local GPU is not available, another option is to run Aether Agent from a cloud instance, such as AWS EC2.
4949

skills/udf-convert-to-cuda/references/NATIVE_BUILD_ENV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The native build compiles against the prebuilt libcudf in the spark-rapids jar,
3030
1. Get the CUDA version(s) spark-rapids is built against:
3131

3232
```bash
33-
curl -fsSL https://nvidia.github.io/spark-rapids/docs/download.html \
33+
curl -fsSL https://nvidia.github.io/cudf-spark/docs/download.html \
3434
| grep -Eo '[^<>]*built against CUDA[^<>]*'
3535
```
3636

sql-plugin-api/src/main/scala/com/nvidia/spark/rapids/ShimLoader.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ object ShimLoader {
285285
s"This RAPIDS Plugin build does not support Spark build ${sparkVersion}. " +
286286
s"Supported Spark versions: ${supportedVersions}. " +
287287
"Consult the Release documentation at " +
288-
"https://nvidia.github.io/spark-rapids/docs/download.html")
288+
"https://nvidia.github.io/cudf-spark/docs/download.html")
289289
}
290290
}
291291

0 commit comments

Comments
 (0)