Skip to content

Commit

Permalink
docs: Fix broken link (#625)
Browse files Browse the repository at this point in the history
I've run https://lychee.cli.rs and it detected one broken link
  • Loading branch information
Hofer-Julian authored Sep 26, 2023
1 parent 750519b commit 43de951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/usage.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ can be updated in place when working on a model.

Arrow was chosen since it is standardized, fast, simple and flexible. It can be read and
written by many different software packages. In Ribasim we use
[Arrow.jl](https://arrow.juliadata.org/dev/). Output is written to Arrow, since for long
[Arrow.jl](https://arrow.apache.org/julia/dev/). Output is written to Arrow, since for long
runs output can producs tables with many rows. Arrow is well suited for large tabular
datasets, and file size is kept small by using compression. The Arrow input files can be
compressed with LZ4 or Zstd compression. Furthermore, in some of the columns, a small amount
Expand Down

0 comments on commit 43de951

Please sign in to comment.