From 43de951aa7ed05d6d6442851da99f5e317127e90 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:38:06 +0200 Subject: [PATCH] docs: Fix broken link (#625) I've run https://lychee.cli.rs and it detected one broken link --- docs/core/usage.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/usage.qmd b/docs/core/usage.qmd index 7f2f3b3f3..54902ba12 100644 --- a/docs/core/usage.qmd +++ b/docs/core/usage.qmd @@ -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