fix markdown links in lib.rs

This commit is contained in:
Marcel Hellwig 2022-04-20 11:43:25 +02:00 committed by GitHub
parent 4249b562c3
commit 3ad4611891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",