Skip to content

Commit

Permalink
Fix examples URL in the doc of AsyncPoolSink
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Oct 8, 2024
1 parent 16dbd42 commit 8a247a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spdlog/src/sink/async_sink/async_pool_sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use crate::{
///
/// [combined sink]: index.html#combined-sink
/// [`ThreadPoolBuilder::capacity`]: crate::ThreadPoolBuilder::capacity
/// [./examples]: https://github.com/SpriteOvO/spdlog-rs/tree/main/examples
/// [./examples]: https://github.com/SpriteOvO/spdlog-rs/tree/main/spdlog/examples
// The names `AsyncSink` and `AsyncRuntimeSink` is reserved for future use.
pub struct AsyncPoolSink {
level_filter: Atomic<LevelFilter>,
Expand Down

0 comments on commit 8a247a2

Please sign in to comment.