Skip to content

Commit d5954b4

Browse files
authored
[docs] fix links for the link checker (#2502)
1 parent 5c9d6fb commit d5954b4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/src/background/naming_conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ following conventions:
2929
not `Integers`.
3030
* As much as possible, the names should follow established conventions in the
3131
domain where this set is used: for instance, convex sets should have names
32-
close to those of [CVX](http://web.cvxr.com/cvx/doc/), and
32+
close to those of [CVX](https://web.cvxr.com/cvx/doc/), and
3333
constraint-programming sets should follow
3434
[MiniZinc](https://www.minizinc.org/doc-latest/en/)'s constraints.

docs/src/submodules/FileFormats/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ julia> model = MOI.FileFormats.Model(format = MOI.FileFormats.FORMAT_REW)
5858
A Mathematical Programming System (MPS) model
5959
```
6060

61-
Note that the [REW format](https://www.gurobi.com/documentation/9.5/refman/rew_format.html)
62-
is identical to the MPS file format, except that all names are replaced with
63-
generic identifiers.
61+
Note that the REW format is identical to the MPS file format, except that all
62+
names are replaced with generic identifiers.
6463

6564
**The SDPA file format**
6665

0 commit comments

Comments
 (0)