From 4e8f156726ec79419dc11b895e1399f7922f8180 Mon Sep 17 00:00:00 2001 From: temaxuck <90085271+temaxuck@users.noreply.github.com> Date: Fri, 14 Nov 2025 08:17:10 +0300 Subject: [PATCH] fix link to source code --- resources/HowIDidIt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/HowIDidIt.md b/resources/HowIDidIt.md index a1e76cc..72e3422 100644 --- a/resources/HowIDidIt.md +++ b/resources/HowIDidIt.md @@ -40,7 +40,7 @@ So, this means we can do anything we want, so let's output to the terminal! I take the output given to us by the client and convert the images to terminal output, the utf8 characters with ansi escape codes via the [chafa library](https://github.com/hpjansson/chafa/). For input, I take the keyboard and mouse (yes terminals support mice) -from the stdin. And that's it! Of course, there are about 10K lines of code needed to actually do this in practice, but if you're interested in that I invite you to [check out the source code](../src/). +from the stdin. And that's it! Of course, there are about 10K lines of code needed to actually do this in practice, but if you're interested in that I invite you to [check out the source code](../termeverything/). ## What else can you do with wayland I have many other crazy ideas of what else to do custom wayland display server, so stay tuned.