Skip to content

Commit 450bd9f

Browse files
authored
Additional cleanups
* Also, fix `docs.rs` URL to be crate version-agnostic.
1 parent 358e48c commit 450bd9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
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="https://docs.rs/slog-envlogger/0.5.0/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
1918
controlling logging to `stderr` via the `RUST_LOG` environment variable.
2019

@@ -48,4 +47,4 @@ For more proper (and powerful) version see
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)