Skip to content

Commit 358e48c

Browse files
authored
Clean up docs
* Use project-relative URLs instead of absolute ones where appropriate. * Link to conventional https://docs.rs instead of unavailable custom website. * Some style/grammar improvements.
1 parent 975b44a commit 358e48c

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,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,12 @@
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/0.5.0/slog_envlogger/">Documentation</a></strong>
1515
</p>
1616

1717

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

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

@@ -41,10 +41,10 @@ See `examples` directory.
4141

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

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

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

0 commit comments

Comments
 (0)