This is an automated email from the ASF dual-hosted git repository.
baumgold pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git
The following commit(s) were added to refs/heads/main by this push:
new 95efe95 Fix documentation link (#478)
95efe95 is described below
commit 95efe954784062a115c2a5af15f5c4dbde3fe6f3
Author: Guilherme Bodin <[email protected]>
AuthorDate: Sat Jul 29 17:27:28 2023 -0300
Fix documentation link (#478)
The previous link was broken, giving error 404.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3f782d0..065ab44 100644
--- a/README.md
+++ b/README.md
@@ -68,4 +68,4 @@ Third-party data formats:
* Other Tables.jl-compatible packages automatically supported
([DataFrames.jl](https://github.com/JuliaData/DataFrames.jl),
[JSONTables.jl](https://github.com/JuliaData/JSONTables.jl),
[JuliaDB.jl](https://github.com/JuliaData/JuliaDB.jl),
[SQLite.jl](https://github.com/JuliaDatabases/SQLite.jl),
[MySQL.jl](https://github.com/JuliaDatabases/MySQL.jl),
[JDBC.jl](https://github.com/JuliaDatabases/JDBC.jl),
[ODBC.jl](https://github.com/JuliaDatabases/ODBC.jl),
[XLSX.jl](https://github.com [...]
* No current Julia packages support ORC
-See the [full documentation](https://arrow.juliadata.org/dev/) for details on
reading and writing arrow data.
+See the [full documentation](https://arrow.apache.org/julia/dev/) for details
on reading and writing arrow data.