Skip to content

Commit 983837c

Browse files
atouchetepage
authored andcommitted
Update links and remove broken badge
1 parent dcd220d commit 983837c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![crates.io](https://img.shields.io/crates/v/env_logger.svg)](https://crates.io/crates/env_logger)
44
[![Documentation](https://docs.rs/env_logger/badge.svg)](https://docs.rs/env_logger)
5-
[![Documentation](https://img.shields.io/badge/docs-main-blue.svg)](https://env-logger-rs.github.io/env_logger/env_logger/index.html)
65

76
Implements a logger that can be configured via environment variables.
87

@@ -72,7 +71,7 @@ There is also a pseudo logging level, `off`, which may be specified to disable
7271
all logging for a given module or for the entire application. As with the
7372
logging levels, the letter case is not significant.
7473

75-
`env_logger` can be configured in other ways besides an environment variable. See [the examples](https://github.com/env-logger-rs/env_logger/tree/main/examples) for more approaches.
74+
`env_logger` can be configured in other ways besides an environment variable. See [the examples](https://github.com/rust-cli/env_logger/tree/main/examples) for more approaches.
7675

7776
### In tests
7877

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@
256256
//! env_logger::Builder::from_env(Env::default().default_filter_or("warn")).init();
257257
//! ```
258258
//!
259-
//! [gh-repo-examples]: https://github.com/env-logger-rs/env_logger/tree/main/examples
259+
//! [gh-repo-examples]: https://github.com/rust-cli/env_logger/tree/main/examples
260260
//! [level-enum]: https://docs.rs/log/latest/log/enum.Level.html
261-
//! [log-crate-url]: https://docs.rs/log/
261+
//! [log-crate-url]: https://docs.rs/log
262262
//! [`Builder`]: struct.Builder.html
263263
//! [`Builder::is_test`]: struct.Builder.html#method.is_test
264264
//! [`Env`]: struct.Env.html
@@ -329,7 +329,7 @@ struct Var<'a> {
329329
/// the associated [`Builder`] and install it with the
330330
/// [`log` crate][log-crate-url] directly.
331331
///
332-
/// [log-crate-url]: https://docs.rs/log/
332+
/// [log-crate-url]: https://docs.rs/log
333333
/// [`init()`]: fn.init.html
334334
/// [`try_init()`]: fn.try_init.html
335335
/// [`Builder::init()`]: struct.Builder.html#method.init

0 commit comments

Comments
 (0)