Skip to content

Commit 1844b21

Browse files
authored
Fix link to MOI.ObjectiveSense (#3027)
1 parent eb69b27 commit 1844b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ _replace_zero(x) = x
12221222
Set the objective sense to `sense` and objective function to `func`. The
12231223
objective sense can be either `Min`, `Max`, `MathOptInterface.MIN_SENSE`,
12241224
`MathOptInterface.MAX_SENSE` or `MathOptInterface.FEASIBILITY_SENSE`; see
1225-
[`MathOptInterface.ObjectiveSense`](https://jump.dev/MathOptInterface.jl/v0.8/apireference.html#MathOptInterface.ObjectiveSense).
1225+
[`MathOptInterface.ObjectiveSense`](https://jump.dev/MathOptInterface.jl/stable/reference/models/#MathOptInterface.ObjectiveSense).
12261226
In order to set the sense programmatically, i.e., when `sense` is a Julia
12271227
variable whose value is the sense, one of the three
12281228
`MathOptInterface.ObjectiveSense` values should be used. The function `func` can

0 commit comments

Comments
 (0)