Skip to content

Commit 60776f2

Browse files
authored
Fix docs (#2284)
1 parent ba228e1 commit 60776f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/generate-versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
import os
2626

2727
for version in ["0.8", "0.9"]:
28-
os.system(f"git clone --depth 1 git@github.com:apache/datafusion-comet.git -b branch-{version} comet-{version}")
28+
os.system(f"git clone --depth 1 https://github.com/apache/datafusion-comet.git -b branch-{version} comet-{version}")
2929
os.system(f"mkdir temp/user-guide/{version}")
3030
os.system(f"cp -rf comet-{version}/docs/source/user-guide/* temp/user-guide/{version}")

docs/source/gluten_comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ wishing to implement UDFs in C++, Gluten would likely be a better choice.
5656
If users are just interested in speeding up their existing Spark jobs and do not need to implement UDFs in native
5757
code, then we suggest benchmarking with both solutions and choosing the fastest one for your use case.
5858

59-
![github-stars-datafusion-velox.png](../_static/images/github-stars-datafusion-velox.png)
59+
![github-stars-datafusion-velox.png](/_static/images/github-stars-datafusion-velox.png)
6060

6161
## Compatibility
6262

@@ -84,7 +84,7 @@ real-world queries, especially for ETL use cases. For example, there are no comp
8484
manipulation, regular expressions, or other advanced expressions. We recommend running your own benchmarks based
8585
on your existing Spark jobs.
8686

87-
![tpch_allqueries_comet_gluten.png](../_static/images//benchmark-results/0.9.0/tpch_spark_comet_gluten.png)
87+
![tpch_allqueries_comet_gluten.png](/_static/images//benchmark-results/0.9.0/tpch_spark_comet_gluten.png)
8888

8989
The scripts that were used to generate these results can be found [here](https://github.com/apache/datafusion-comet/tree/main/dev/benchmarks).
9090

0 commit comments

Comments
 (0)