From 9d52cd5a7a25a9906fd30563665a71c7c8248072 Mon Sep 17 00:00:00 2001 From: Mayowa Tudonu Date: Thu, 2 Feb 2023 15:06:50 +0100 Subject: [PATCH] Update link to resource 2 (Building a text editor) --- en/src/elegant-code-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/elegant-code-base.md b/en/src/elegant-code-base.md index a59b019..3384ff7 100644 --- a/en/src/elegant-code-base.md +++ b/en/src/elegant-code-base.md @@ -15,7 +15,7 @@ This is precisely the goal of this book, so, collecting relative resourses and r Answers for above questions usually came with [`ripgrep`](https://github.com/BurntSushi/ripgrep), though I don't think it is a **small** project, but yes, go for it if you are not afraid to delve deep a bit. ### 2. Building a text editor -Tutorial [`https://www.philippflenker.com/hecto/`](https://www.philippflenker.com/hecto/) will lead you to build a text editor from scratch. +Tutorial [`https://www.flenker.blog/hecto/`](https://www.flenker.blog/hecto/) will lead you to build a text editor from scratch. ### 3. Ncspot [Ncspot](https://github.com/hrkfdn/ncspot), a terminal Spotify client. Small, simple, well organized and async, it's good for learning.