Skip to content

Commit d368292

Browse files
authored
fix(docs): Fix download link in the README (#712)
The download link in the README is wrong and the version is outdated.
1 parent 8259512 commit d368292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ CMake is also supported via a build/install with `find_package()` or using
8282

8383
```
8484
fetchcontent_declare(nanoarrow
85-
URL "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/nanoarrow-0.5.0/apache-arrow-0.5.0.tar.gz")
85+
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")
8686
8787
fetchcontent_makeavailable(nanoarrow)
8888
```

0 commit comments

Comments
 (0)