From 94bef0b9a8bae3c487596fb56be68bce8442de3c Mon Sep 17 00:00:00 2001 From: a-ev Date: Mon, 16 Mar 2026 16:24:13 +1300 Subject: [PATCH] Update index.md --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 5c5db58..3d0868b 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -15,7 +15,7 @@ pkg> add DACE ## Notes about the interface - The Julia interface is built using [CxxWrap.jl](https://github.com/JuliaInterop/CxxWrap.jl) -- The C++ source for the interface is currently in [this fork](https://github.com/a-ev/dace/tree/julia-interface/interfaces/julia) +- The C++ source for the interface is currently in [this fork](https://github.com/UoA-AstroGroup/dace/tree/julia-interface/interfaces/julia) of the DACE library - The C++ code gets built by [BinaryBuilder](https://docs.binarybuilder.org/stable/) and released into the Julia registry - the build recipe is located [here](https://github.com/JuliaPackaging/Yggdrasil/tree/master/D/DACE)