Skip to content

Commit 8ed7583

Browse files
committed
Next try
1 parent 335fa2a commit 8ed7583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ using Documenter
66
makedocs(;
77
modules=[WinchControllers],
88
authors="Uwe Fechner <[email protected]>",
9-
repo="https://github.com/opensourceawe/WinchControllers.jl/blob/{commit}{path}#{line}",
9+
repo="https://github.com/OpenSourceAWE/WinchControllers.jl/blob/{commit}{path}#{line}",
1010
sitename="WinchControllers.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://opensourceawe.github.io/WinchControllers.jl",
13+
canonical="https://OpenSourceAWE.github.io/WinchControllers.jl",
1414
assets=String[],
1515
),
1616
pages=[
@@ -21,6 +21,6 @@ makedocs(;
2121
)
2222

2323
deploydocs(;
24-
repo="github.com/opensourceawe/WinchControllers.jl",
24+
repo="github.com/OpenSourceAWE/WinchControllers.jl",
2525
devbranch="main",
2626
)

0 commit comments

Comments
 (0)