Skip to content

Commit c0e6fdc

Browse files
authored
URL updates : JuliaOpt -> jump-dev (#35)
1 parent bce2f9d commit c0e6fdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/code.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ title: "The JuMP ecosystem"
55
The JuMP project consists of the main [JuMP](https://github.com/juliaopt/JuMP.jl)
66
package, and a large collection of supporting Julia packages.
77

8-
The JuMP source code can be found at [https://github.com/JuliaOpt/JuMP.jl](https://github.com/JuliaOpt/JuMP.jl).
8+
The JuMP source code can be found at [https://github.com/jump-dev/JuMP.jl](https://github.com/jump-dev/JuMP.jl).
99

10-
Beneath JuMP, there is an abstraction layer called MathOptInterface ([source code](https://github.com/JuliaOpt/MathOptInterface.jl)). MathOptInterface defines an API that solvers
10+
Beneath JuMP, there is an abstraction layer called MathOptInterface ([source code](https://github.com/jump-dev/MathOptInterface.jl)). MathOptInterface defines an API that solvers
1111
should implement so that they can be used by JuMP, handles the automatic
1212
reformulation of problems via _bridges_, and has a large infrastructure for
1313
automatically testing solvers.
@@ -17,4 +17,4 @@ solvers, which are often written in C or C++, and implement the API defined by
1717
MathOptInterface.
1818

1919
A non-exhaustive list of solvers available through JuMP is available in the
20-
[JuMP documentation](https://www.juliaopt.org/JuMP.jl/stable/installation/).
20+
[JuMP documentation](https://jump.dev/JuMP.jl/stable/installation/#Getting-Solvers-1).

0 commit comments

Comments
 (0)