Skip to content

Commit 7e1d2d2

Browse files
committed
[docs] fix failing linkchecks
1 parent f30c394 commit 7e1d2d2

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.JuliaFormatter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configuration file for JuliaFormatter.jl
2-
# For more information, see: https://domluna.github.io/JuliaFormatter.jl/stable/config/
2+
# For more information, see: https://JuliaEditorSupport.github.io/JuliaFormatter.jl/stable/config/
33

44
always_for_in = true
55
always_use_return = true

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@ Documenter.DocMeta.setdocmeta!(
163163
# Ignore the very many GitHub links
164164
r"https://github.com/jump-dev/.+",
165165
"https://arxiv.org/abs/2002.03447",
166-
# https://github.com/JuliaDocs/Documenter.jl/issues/2834
167166
"https://lpsolve.sourceforge.net/5.5/CPLEX-format.htm",
167+
"https://www.ibm.com/docs/en/icos/22.1.0?topic=cplex-lp-file-format-algebraic-representation",
168+
"https://www.ibm.com/docs/en/icos/22.1.1?topic=api-cpxmip-optimal-infeas",
168169
],
169170
modules = [MathOptInterface],
170171
checkdocs = :exports,

docs/src/tutorials/implementing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Project.toml
185185
* The `/test` folder contains code for testing your package. See
186186
[Setup tests](@ref) for more information.
187187
* The `.JuliaFormatter.toml` and `.github/workflows/format_check.yml` enforce
188-
code formatting using [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl).
188+
code formatting using [JuliaFormatter.jl](https://github.com/JuliaEditorSupport/JuliaFormatter.jl).
189189
Check existing solvers or JuMP.jl for details.
190190

191191
### Documentation

0 commit comments

Comments
 (0)