From 7acc36132ffd95af202a82ecc69a8ba68e698148 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 15 Jul 2021 21:30:11 +0200 Subject: fix include paths after rename --- content/2021-05-15-pthread_cancel-noexcept.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/2021-05-15-pthread_cancel-noexcept.md') diff --git a/content/2021-05-15-pthread_cancel-noexcept.md b/content/2021-05-15-pthread_cancel-noexcept.md index f012cd1..4ff0fc2 100644 --- a/content/2021-05-15-pthread_cancel-noexcept.md +++ b/content/2021-05-15-pthread_cancel-noexcept.md @@ -98,7 +98,7 @@ try { ## Appendix: Minimal reproducer ```cpp -{{ include(path="content/20210515-pthread_cancel-noexcept/thread.cc") }} +{{ include(path="content/2021-05-15-pthread_cancel-noexcept/thread.cc") }} ``` [std_terminate]: https://en.cppreference.com/w/cpp/error/terminate -- cgit v1.2.3