This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new d3682920 fix(docs): Fix download link in the README (#712)
d3682920 is described below
commit d36829207c1920e2871fe7cc58d944aaefcc3784
Author: Gang Wu <[email protected]>
AuthorDate: Sat Feb 8 23:46:36 2025 +0800
fix(docs): Fix download link in the README (#712)
The download link in the README is wrong and the version is outdated.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 27b5c944..1ebf778c 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ CMake is also supported via a build/install with
`find_package()` or using
```
fetchcontent_declare(nanoarrow
- URL
"https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/nanoarrow-0.5.0/apache-arrow-0.5.0.tar.gz")
+ URL
"https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/apache-arrow-nanoarrow-0.6.0/apache-arrow-nanoarrow-0.6.0.tar.gz")
fetchcontent_makeavailable(nanoarrow)
```