Skip to content

Commit a93d14d

Browse files
authored
[docs] fix linkcheck warning for jump.dev/chatroom (#2188)
1 parent 494933f commit a93d14d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/src/submodules/Test/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,4 @@ submit the PR for review.
308308

309309
!!! tip
310310
If you need help writing a test, [open an issue on GitHub](https://github.com/jump-dev/MathOptInterface.jl/issues/new),
311-
or ask the [Developer Chatroom](https://jump.dev/chatroom).
311+
or ask the [Developer Chatroom](https://jump.dev/chatroom/).

docs/src/tutorials/implementing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

111111
If the code is commercial or not publicly available, the user will need to
112112
manually 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.
129129
You may be able to use one of the [JuliaInterop](https://github.com/JuliaInterop)
130130
packages to call out to the solver.
131131

0 commit comments

Comments
 (0)