Skip to content

Commit 9c56d42

Browse files
authored
Merge pull request #3 from sanmai-NL/master
`README.md` cleanups
2 parents 975b44a + 450bd9f commit 9c56d42

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# slog-envlogger - Port of `env_logger` as a `slog-rs` drain
1+
# `slog-envlogger` - Port of `env_logger` as a `slog-rs` drain
22

33
<p align="center">
44
<a href="https://travis-ci.org/dpc/slog-envlogger">
@@ -11,12 +11,11 @@
1111
<img src="https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square" alt="Gitter Chat">
1212
</a>
1313
<br>
14-
<strong><a href="//dpc.github.io/slog-envlogger/">Documentation</a></strong>
14+
<strong><a href="https://docs.rs/slog-envlogger/">Documentation</a></strong>
1515
</p>
1616

17-
1817
`env_logger` is a de facto standard Rust logger implementation, which allows
19-
controlling logging to `stderr` via `RUST_LOG` environment variable.
18+
controlling logging to `stderr` via the `RUST_LOG` environment variable.
2019

2120
This is a fork of `env_logger` that makes it work as a `slog-rs` drain:
2221

@@ -41,11 +40,11 @@ See `examples` directory.
4140

4241
The simplest way to convert existing project to use `slog-rs`+`slog-envlogger`
4342
is shown in
44-
[`simple` example](https://github.com/slog-rs/envlogger/blob/master/examples/simple.rs)
43+
[`simple` example](examples/simple.rs)
4544

4645
For more proper (and powerful) version see
47-
[`proper` example](https://github.com/slog-rs/envlogger/blob/master/examples/proper.rs)
46+
[`proper` example](examples/proper.rs)
4847

4948
Using `slog-stdlog` scopes you can make parts of the code log additional information (see [`scopes` example][scopes]):
5049

51-
[scopes]: https://github.com/dpc/slog-envlogger/blob/master/examples/scopes.rs
50+
[scopes]: examples/scopes.rs

0 commit comments

Comments
 (0)