Skip to content

Commit

Permalink
Update links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaHei committed May 24, 2024
1 parent 78e1b98 commit 03b7e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03b7e99

Please sign in to comment.