From 683d1c4f3ce154d6b5e8a95357a48627732ae5d7 Mon Sep 17 00:00:00 2001 From: morning-verlu <258725120+morning-verlu@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:45:11 +0800 Subject: [PATCH] fix: update Hecto tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a2e252..213470e 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ It's a great way to learn. * [**Python**: _Python Tutorial: Make Your Own Text Editor_](https://www.youtube.com/watch?v=xqDonHEYPgA) [video] * [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/) * [**Ruby**: _Build a Collaborative Text Editor Using Rails_](https://blog.aha.io/text-editor/) -* [**Rust**: _Hecto: Build your own text editor in Rust_ ](https://www.flenker.blog/hecto/) +* [**Rust**: _Hecto: Build your own text editor in Rust_ ](https://philippflenker.com/hecto/) #### Build your own `Visual Recognition System`