Skip to content

Commit 8a247a2

Browse files
committed
Fix examples URL in the doc of AsyncPoolSink
1 parent 16dbd42 commit 8a247a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spdlog/src/sink/async_sink/async_pool_sink.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use crate::{
4343
///
4444
/// [combined sink]: index.html#combined-sink
4545
/// [`ThreadPoolBuilder::capacity`]: crate::ThreadPoolBuilder::capacity
46-
/// [./examples]: https://github.com/SpriteOvO/spdlog-rs/tree/main/examples
46+
/// [./examples]: https://github.com/SpriteOvO/spdlog-rs/tree/main/spdlog/examples
4747
// The names `AsyncSink` and `AsyncRuntimeSink` is reserved for future use.
4848
pub struct AsyncPoolSink {
4949
level_filter: Atomic<LevelFilter>,

0 commit comments

Comments
 (0)