Skip to content

Commit

Permalink
Fix documentation link (#478)
Browse files Browse the repository at this point in the history
The previous link was broken, giving error 404.
  • Loading branch information
guilhermebodin authored Jul 29, 2023
1 parent d669562 commit 95efe95
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 @@ -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/felipenoris/XLSX.jl), etc.)
* 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.

0 comments on commit 95efe95

Please sign in to comment.