From c3123387ec21fead2c13ce442af68f0005b439f8 Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 8 Mar 2026 13:46:45 -0400 Subject: [PATCH] Restore URL mangled by overly aggressive spell check This is a problem for our codespell configuration. We should figure out how to fix this in the general case. --- docs/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources.md b/docs/resources.md index 45020b26..76d264de 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -6,6 +6,6 @@ This page has links to some resources related to this repository: * Lucian Radu Teodorescu's [Overload](https://accu.org/journals/nonmembers/overload_issue_members/) article [Senders/Receivers: An Introduction](https://accu.org/journals/overload/32/184/teodorescu/). * Eric Niebler's Working with Asynchrony Generically: A Tour of C++ [Executors part 1](https://youtu.be/xLboNIf7BTg?si=JhXh55lCGW9-EuQl)/[part 2](https://youtu.be/6a0zzUBUNW4?si=7We2cRiJD0eJ7jm9). -* Goran Arandelovic's presentation [Introduction to Sender/Receiver Framework and `std::execution`](https://eel.is/c++draft/#exec) at [Using std::cpp](https://eventos.uc3m.es/105614/program/using-std-cpp-2024.html) 2024 +* Goran Arandelovic's presentation [Introduction to Sender/Receiver Framework and `std::execution`](https://eel.is/c++draft/#exec) at [Using std::cpp](https://eventos.uc3m.es/105614/programme/using-std-cpp-2024.html) 2024 * The [`std::execution](https://wg21.link/p2300) proposal. * The [[exec]](https://eel.is/c++draft/#exec) section of the draft standard.