Skip to content

Commit 18c408d

Browse files
authored
[docs] update links for developer chatroom (#2160)
1 parent acd7a0e commit 18c408d

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MathOptInterface
22

3-
| **Documentation** | **Build Status** | **Social** |
4-
|:-----------------:|:----------------:|:----------:|
5-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![Build Status][build-img]][build-url] [![Codecov branch][codecov-img]][codecov-url] | [![Gitter][gitter-img]][gitter-url] [<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Discourse_logo.png/799px-Discourse_logo.png" width="64">][discourse-url] |
3+
| **Documentation** | **Build Status** |
4+
|:-----------------:|:----------------:|
5+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![Build Status][build-img]][build-url] [![Codecov branch][codecov-img]][codecov-url] |
66

77
An abstraction layer for mathematical optimization solvers. Replaces [MathProgBase](https://github.com/JuliaOpt/MathProgBase.jl).
88

@@ -16,10 +16,6 @@ An abstraction layer for mathematical optimization solvers. Replaces [MathProgBa
1616
[codecov-img]: http://codecov.io/github/JuMP-dev/MathOptInterface.jl/coverage.svg?branch=master
1717
[codecov-url]: http://codecov.io/github/JuMP-dev/MathOptInterface.jl?branch=master
1818

19-
[gitter-url]: https://gitter.im/JuliaOpt/JuMP-dev?utm_source=share-link&utm_medium=link&utm_campaign=share-link
20-
[gitter-img]: https://badges.gitter.im/JuliaOpt/JuMP-dev.svg
21-
[discourse-url]: https://discourse.julialang.org/c/domain/opt
22-
2319
## Citing MathOptInterface
2420

2521
If you find MathOptInterface useful in your work, we kindly request that you cite the
@@ -37,4 +33,4 @@ following [paper](https://pubsonline.informs.org/doi/10.1287/ijoc.2021.1067):
3733
publisher={INFORMS}
3834
}
3935
```
40-
A preprint of this paper is [freely available](https://arxiv.org/abs/2002.03447).
36+
A preprint of this paper is [freely available](https://arxiv.org/abs/2002.03447).

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://app.gitter.im/#/room/#JuliaOpt_JuMP-dev:gitter.im)
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://gitter.im/JuliaOpt/JuMP-dev) 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://gitter.im/JuliaOpt/JuMP-dev)
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://gitter.im/JuliaOpt/JuMP-dev).
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://gitter.im/JuliaOpt/JuMP-dev).
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://gitter.im/JuliaOpt/JuMP-dev) 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://gitter.im/JuliaOpt/JuMP-dev) 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)