Skip to content

Commit 03b7e99

Browse files
committed
Update links in docs
1 parent 78e1b98 commit 03b7e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Pkg.add("JudiLing")
1414
```
1515
For brave adventurers, install test version of JudiLing by:
1616
```
17-
julia> Pkg.add(url="https://github.com/MegamindHenry/JudiLing.jl.git")
17+
julia> Pkg.add(url="https://github.com/quantling/JudiLing.jl.git")
1818
```
1919
Or from the Julia REPL, type `]` to enter the Pkg REPL mode and run
2020
```
21-
pkg> add https://github.com/MegamindHenry/JudiLing.jl.git
21+
pkg> add https://github.com/quantling/JudiLing.jl.git
2222
```
2323

2424
## Running Julia with multiple threads

0 commit comments

Comments
 (0)