From 987a60720cdeaa067bd8a12f02f1954dba949620 Mon Sep 17 00:00:00 2001
From: Conan <conanchou1412@gmail.com>
Date: Thu, 19 Jan 2023 20:31:56 -0500
Subject: [PATCH] update the link for Hecto: Build your own text editor in Rust

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ebc7a3e..3705550 100644
--- a/README.md
+++ b/README.md
@@ -359,7 +359,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.philippflenker.com/hecto/)
+* [**Rust**: _Hecto: Build your own text editor in Rust_ ](https://www.flenker.blog/hecto/)
 
 #### Build your own `Visual Recognition System`