diff --git a/docs/xev_threadpool.3.scd b/docs/xev_threadpool.3.scd index 27fefc47..d3c192c4 100644 --- a/docs/xev_threadpool.3.scd +++ b/docs/xev_threadpool.3.scd @@ -156,7 +156,7 @@ aligned. xev(7), xev-c(7) - + diff --git a/src/ThreadPool.zig b/src/ThreadPool.zig index ce7e7406..53efd01f 100644 --- a/src/ThreadPool.zig +++ b/src/ThreadPool.zig @@ -33,7 +33,7 @@ //! SOFTWARE. //! //! [1]: https://github.com/kprotty/zap -//! [2]: https://zig.news/kprotty/resource-efficient-thread-pools-with-zig-3291 +//! [2]: https://kprotty.me/2021/09/12/resource-efficient-thread-pools-with-zig.html const ThreadPool = @This(); const std = @import("std");