From 9f3826e3c38e278283df5ba9b27196f9603a2086 Mon Sep 17 00:00:00 2001 From: matthewmcccc Date: Wed, 19 Aug 2026 12:59:47 +0100 Subject: [PATCH] replace dead blog post links --- docs/xev_threadpool.3.scd | 2 +- src/ThreadPool.zig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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");