We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9226556 commit 15eda93Copy full SHA for 15eda93
docs/make.jl
@@ -6,11 +6,11 @@ makedocs(;
6
pages=[
7
"Home" => "index.md",
8
],
9
- repo="https://github.com/JunoLab/ProgressLogging.jl/blob/{commit}{path}#L{line}",
+ repo="https://github.com/JuliaLogging/ProgressLogging.jl/blob/{commit}{path}#L{line}",
10
sitename="ProgressLogging.jl",
11
assets=String[],
12
)
13
14
deploydocs(;
15
- repo="github.com/JunoLab/ProgressLogging.jl",
+ repo="github.com/JuliaLogging/ProgressLogging.jl",
16
0 commit comments