From 127c3fd102c2e135274b598c6d50203fdeea1a94 Mon Sep 17 00:00:00 2001 From: CarlosAlbertoFurtado Date: Sun, 8 Mar 2026 21:20:22 -0300 Subject: [PATCH] Fix broken link in Template Engine section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a2e252..b847616 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ It's a great way to learn. * [**JavaScript**: _Understanding JavaScript Micro-Templating_](https://medium.com/wdstack/understanding-javascript-micro-templating-f37a37b3b40e) * [**Python**: _Approach: Building a toy template engine in Python_](http://alexmic.net/building-a-template-engine/) * [**Python**: _A Template Engine_](http://aosabook.org/en/500L/a-template-engine.html) -* [**Ruby**: _How to write a template engine in less than 30 lines of code_](http://bits.citrusbyte.com/how-to-write-a-template-library/) +* [**Ruby**: _How to write a template engine in less than 30 lines of code_](https://web.archive.org/web/20180913134144/http://bits.citrusbyte.com/how-to-write-a-template-library/) #### Build your own `Text Editor`