Skip to content

Commit

Permalink
fix(docs): Fix download link in the README (#712)
Browse files Browse the repository at this point in the history
The download link in the README is wrong and the version is outdated.
  • Loading branch information
wgtmac authored Feb 8, 2025
1 parent 8259512 commit d368292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit d368292

Please sign in to comment.