@@ -14,9 +14,9 @@ MathOptInterface for a new solver.
1414!!! danger
1515 Implementing an interface to MathOptInterface for a new solver is a lot of
1616 work. Before starting, we recommend that you join the
17- [ Developer chatroom] ( https://jump.dev/chatroom ) and explain a
17+ [ Developer chatroom] ( https://jump.dev/chatroom/ ) and explain a
1818 little bit about the solver you are wrapping. If you have questions that are
19- not answered by this guide, please ask them in the [ Developer chatroom] ( https://jump.dev/chatroom )
19+ not answered by this guide, please ask them in the [ Developer chatroom] ( https://jump.dev/chatroom/ )
2020 so we can improve this guide.
2121
2222## A note on the API
@@ -62,7 +62,7 @@ MathOptInterface may not be the right tool for the job.
6262
6363!!! tip
6464 If you're not sure whether you should write an interface, ask in the
65- [ Developer chatroom] ( https://jump.dev/chatroom ) .
65+ [ Developer chatroom] ( https://jump.dev/chatroom/ ) .
6666
6767### Find a similar solver already wrapped
6868
@@ -75,7 +75,7 @@ has a good list of solvers, along with the problem classes they support.
7575
7676!!! tip
7777 If you're not sure which solver is most similar, ask in the
78- [ Developer chatroom] ( https://jump.dev/chatroom ) .
78+ [ Developer chatroom] ( https://jump.dev/chatroom/ ) .
7979
8080### Create a low-level interface
8181
@@ -106,7 +106,7 @@ are the [COIN-OR solvers](https://github.com/JuliaPackaging/Yggdrasil/tree/maste
106106
107107!!! warning
108108 Building the solver via Yggdrasil is non-trivial. Please ask the
109- [ Developer chatroom] ( https://jump.dev/chatroom ) for help.
109+ [ Developer chatroom] ( https://jump.dev/chatroom/ ) for help.
110110
111111If the code is commercial or not publicly available, the user will need to
112112manually install the solver. See [ Gurobi.jl] ( https://github.com/jump-dev/Gurobi.jl )
@@ -125,7 +125,7 @@ Sometimes, you will need to make manual modifications to the resulting files.
125125
126126#### Solvers written in other languages
127127
128- Ask the [ Developer chatroom] ( https://jump.dev/chatroom ) for advice.
128+ Ask the [ Developer chatroom] ( https://jump.dev/chatroom/ ) for advice.
129129You may be able to use one of the [ JuliaInterop] ( https://github.com/JuliaInterop )
130130packages to call out to the solver.
131131
0 commit comments