Skip to content

Commit ed294df

Browse files
authored
[docs] remove mentions of Gitter (#4045)
1 parent e252ec5 commit ed294df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/developers/extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ following methods:
186186
!!! warning
187187
Extending the constraint macro at parse time is an advanced operation and
188188
has the potential to interfere with existing JuMP syntax. Please discuss
189-
with the [developer chatroom](https://gitter.im/JuliaOpt/jump-dev) before
189+
with the [developer chatroom](https://jump.dev/chatroom) before
190190
publishing any code that implements these methods.
191191

192192
[`parse_constraint_head`](@ref) should be implemented to intercept an expression
@@ -389,7 +389,7 @@ to create different types of JuMP variables.
389389
Extending JuMP in this manner is an advanced operation. We strongly
390390
encourage you to consider how you can use the methods mentioned in the
391391
previous sections to achieve your aims instead of defining new model and
392-
variable types. Consult the [developer chatroom](https://gitter.im/JuliaOpt/jump-dev)
392+
variable types. Consult the [developer chatroom](https://jump.dev/chatroom)
393393
_before_ starting work on this.
394394

395395
If you define new types, you will need to implement a considerable number of

src/macros/@constraint.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Implement this method to intercept the parsing of an expression with head
381381
!!! warning
382382
Extending the constraint macro at parse time is an advanced operation and
383383
has the potential to interfere with existing JuMP syntax. Please discuss
384-
with the [developer chatroom](https://gitter.im/JuliaOpt/jump-dev) before
384+
with the [developer chatroom](https://jump.dev/chatroom) before
385385
publishing any code that implements these methods.
386386
387387
## Arguments
@@ -723,7 +723,7 @@ operator `op`.
723723
!!! warning
724724
Extending the constraint macro at parse time is an advanced operation and
725725
has the potential to interfere with existing JuMP syntax. Please discuss
726-
with the [developer chatroom](https://gitter.im/JuliaOpt/jump-dev) before
726+
with the [developer chatroom](https://jump.dev/chatroom) before
727727
publishing any code that implements these methods.
728728
729729
## Arguments

0 commit comments

Comments
 (0)