Skip to content

Commit 9ed38e2

Browse files
committed
Fix README links for move to JuliaLogging org
1 parent d0a4436 commit 9ed38e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# TerminalLoggers
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://c42f.github.io/TerminalLoggers.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://c42f.github.io/TerminalLoggers.jl/dev)
5-
[![Build Status](https://github.com/c42f/TerminalLoggers.jl/workflows/CI/badge.svg)](https://github.com/c42f/TerminalLoggers.jl/actions?query=workflow%3ACI)
6-
[![Codecov](https://codecov.io/gh/c42f/TerminalLoggers.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/c42f/TerminalLoggers.jl)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLogging.github.io/TerminalLoggers.jl/stable)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaLogging.github.io/TerminalLoggers.jl/dev)
5+
[![Build Status](https://github.com/JuliaLogging/TerminalLoggers.jl/workflows/CI/badge.svg)](https://github.com/JuliaLogging/TerminalLoggers.jl/actions?query=workflow%3ACI)
6+
[![Codecov](https://codecov.io/gh/JuliaLogging/TerminalLoggers.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaLogging/TerminalLoggers.jl)
77

88
TerminalLoggers provides a logger type `TerminalLogger` which can format your
99
log messages in a richer way than the default `ConsoleLogger` which comes with
1010
the julia standard `Logging` library.
1111

12-
Read the [documentation](https://c42f.github.io/TerminalLoggers.jl/stable) for
12+
Read the [documentation](https://JuliaLogging.github.io/TerminalLoggers.jl/stable) for
1313
more information.

0 commit comments

Comments
 (0)