Skip to content

Commit 116ae6a

Browse files
authored
replaced dead link for ProgressLogging package (#44)
1 parent a05003c commit 116ae6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cleanly separated from the rest of the program output at the bottom of the
5252
terminal.
5353

5454
For robust progress logging, `TerminalLoggers` recognizes the `Progress` type
55-
from the [`ProgressLogging` package](https://junolab.org/ProgressLogging.jl/stable/).
55+
from the [`ProgressLogging` package](https://github.com/JuliaLogging/ProgressLogging.jl).
5656
For easy to use progress reporting you can therefore use the `@progress` macro:
5757

5858
```julia

0 commit comments

Comments
 (0)