From 7e05f909d1662d3686500ef6515364db763b75f4 Mon Sep 17 00:00:00 2001 From: Roland Wolf Date: Thu, 18 Jun 2026 12:21:30 +0200 Subject: [PATCH] Fix broken link Repo wg21-papers was reorganized, link bekame stale. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cffa42774..0444fc996 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The Beast2 family of libraries includes: Currently, the C++ Standard does not deliver facilities optimized for networking I/O. We believe that Capy should become a standard library component to fill this gap. Our first paper based on Capy introduces the _IoAwaitable_ family of concepts: -- Paper: https://github.com/cppalliance/wg21-papers/blob/master/source/d4003-io-awaitables.md +- Paper: https://github.com/cppalliance/wg21-papers/blob/master/source/_reserve/d4003-io-awaitables.md ## The Beman Way