From 03b7e990b74a50893c572b98ca0ffc61397512d6 Mon Sep 17 00:00:00 2001 From: MariaHei Date: Fri, 24 May 2024 10:15:09 +0100 Subject: [PATCH] Update links in docs --- docs/src/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index da311d5..2174c99 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -14,11 +14,11 @@ Pkg.add("JudiLing") ``` For brave adventurers, install test version of JudiLing by: ``` -julia> Pkg.add(url="https://github.com/MegamindHenry/JudiLing.jl.git") +julia> Pkg.add(url="https://github.com/quantling/JudiLing.jl.git") ``` Or from the Julia REPL, type `]` to enter the Pkg REPL mode and run ``` -pkg> add https://github.com/MegamindHenry/JudiLing.jl.git +pkg> add https://github.com/quantling/JudiLing.jl.git ``` ## Running Julia with multiple threads