From d5c8d6af2861d0c331851de481e5a3606c5fb561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 19 Nov 2024 16:54:27 +0100 Subject: [PATCH] Fix links to RFC text --- _posts/2024-11-05-lifetime-event-loop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-11-05-lifetime-event-loop.md b/_posts/2024-11-05-lifetime-event-loop.md index ee13dd62..e130ecde 100644 --- a/_posts/2024-11-05-lifetime-event-loop.md +++ b/_posts/2024-11-05-lifetime-event-loop.md @@ -100,6 +100,6 @@ efficient data structure. We're already working on that. > Thanks for supporting the language and letting it shine! [#14996]: https://github.com/crystal-lang/crystal/pull/14996 -[availability]: https://github.com/crystal-lang/rfcs/blob/rfc/lifetime-event_loop/text/0009-lifetime-event_loop.md#availability +[availability]: https://github.com/crystal-lang/rfcs/blob/main/text/0009-lifetime-event_loop.md#availability [RFC #0002]: https://github.com/crystal-lang/rfcs/pull/2 -[RFC #0009]: https://github.com/crystal-lang/rfcs/pull/9 +[RFC #0009]: https://github.com/crystal-lang/rfcs/blob/main/text/0009-lifetime-event_loop.md