From 978ef957cb317dc1b358826545aa74a3bd6c8122 Mon Sep 17 00:00:00 2001 From: Syed Osama Ali Shah <86572800+Osamaali313@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:38:43 +0300 Subject: [PATCH] fix: update dead "How X Window Managers Work" link to author's live site seasonofcode.com is no longer reachable, so the C++ "How X Window Managers work and how to write one" entry pointed at a dead URL. The article moved to the same author's current site at jichu4n.com. Point the entry to the live canonical URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a2e252..dce50b7 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,7 @@ It's a great way to learn. * [**C**: _Write a System Call_](https://brennan.io/2016/11/14/kernel-dev-ep3/) * [**C**: _Sol - An MQTT broker from scratch_](https://codepr.github.io/posts/sol-mqtt-broker) * [**C++**: _Build your own VR headset for $200_](https://github.com/relativty/Relativ) -* [**C++**: _How X Window Managers work and how to write one_](https://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i.html) +* [**C++**: _How X Window Managers work and how to write one_](https://jichu4n.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i/) * [**C++**: _Writing a Linux Debugger_](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/) * [**C++**: _How a 64k intro is made_](http://www.lofibucket.com/articles/64k_intro.html) * [**C++**: _Make your own Game Engine_](https://www.youtube.com/playlist?list=PLlrATfBNZ98dC-V-N3m0Go4deliWHPFwT)