Skip to content

Commit 15eda93

Browse files
authored
Fix doc deployment
1 parent 9226556 commit 15eda93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ makedocs(;
66
pages=[
77
"Home" => "index.md",
88
],
9-
repo="https://github.com/JunoLab/ProgressLogging.jl/blob/{commit}{path}#L{line}",
9+
repo="https://github.com/JuliaLogging/ProgressLogging.jl/blob/{commit}{path}#L{line}",
1010
sitename="ProgressLogging.jl",
1111
assets=String[],
1212
)
1313

1414
deploydocs(;
15-
repo="github.com/JunoLab/ProgressLogging.jl",
15+
repo="github.com/JuliaLogging/ProgressLogging.jl",
1616
)

0 commit comments

Comments
 (0)