Skip to content

Commit

Permalink
Merge pull request #505 from hellow554/patch-1
Browse files Browse the repository at this point in the history
fix markdown links  in lib.rs
  • Loading branch information
KodrAus committed Apr 20, 2022
2 parents 4249b56 + 3ad4611 commit 20a5321
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Expand Up @@ -306,10 +306,10 @@
//! [slog-stdlog]: https://docs.rs/slog-stdlog/*/slog_stdlog/
//! [log4rs]: https://docs.rs/log4rs/*/log4rs/
//! [fern]: https://docs.rs/fern/*/fern/
//! [systemd-journal-logger]: (https://docs.rs/systemd-journal-logger/*/systemd_journal_logger/)
//! [android_log]: (https://docs.rs/android_log/*/android_log/)
//! [win_dbg_logger]: (https://docs.rs/win_dbg_logger/*/win_dbg_logger/)
//! [console_log]: (https://docs.rs/console_log/*/console_log/)
//! [systemd-journal-logger]: https://docs.rs/systemd-journal-logger/*/systemd_journal_logger/
//! [android_log]: https://docs.rs/android_log/*/android_log/
//! [win_dbg_logger]: https://docs.rs/win_dbg_logger/*/win_dbg_logger/
//! [console_log]: https://docs.rs/console_log/*/console_log/

#![doc(
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
Expand Down

0 comments on commit 20a5321

Please sign in to comment.