From 9312263d58cecfbb29ad6df74723319468d52b94 Mon Sep 17 00:00:00 2001 From: Igor Radovanov Date: Sun, 31 Jul 2022 15:56:58 +0200 Subject: [PATCH] Replace Zend/View link --- _posts/08-05-01-Further-Reading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/08-05-01-Further-Reading.md b/_posts/08-05-01-Further-Reading.md index 7054080..6d70cfa 100644 --- a/_posts/08-05-01-Further-Reading.md +++ b/_posts/08-05-01-Further-Reading.md @@ -27,4 +27,4 @@ anchor: templating_further_reading * [Plates](http://platesphp.com/) *(native)* * [Smarty](https://www.smarty.net/) *(compiled)* * [Twig](https://twig.symfony.com/) *(compiled)* -* [Zend\View](https://framework.zend.com/manual/2.3/en/modules/zend.view.quick-start.html) *(native, framework specific)* +* [Zend\View](https://framework.zend.com/manual/2.4/en/modules/zend.view.quick-start.html) *(native, framework specific)*