There was an error while loading. Please reload this page.
1 parent ccbf97b commit 7b18209Copy full SHA for 7b18209
1 file changed
docs/make.jl
@@ -12,7 +12,7 @@ makedocs(
12
mathengine = Documenter.KaTeX(),
13
),
14
modules = [MathOptComplements],
15
- repo = "https://github.com/blegat/MathOptComplements.jl/blob/{commit}{path}#{line}",
+ repo = "https://github.com/jump-dev/MathOptComplements.jl/blob/{commit}{path}#{line}",
16
checkdocs = :none,
17
clean = true,
18
pages = [
@@ -29,7 +29,7 @@ makedocs(
29
)
30
31
deploydocs(
32
- repo = "github.com/blegat/MathOptComplements.jl.git",
+ repo = "github.com/jump-dev/MathOptComplements.jl.git",
33
target = "build",
34
devbranch = "main",
35
devurl = "dev",
0 commit comments