diff --git a/_posts/07-05-01-Abstraction-Layers.md b/_posts/07-05-01-Abstraction-Layers.md index 43bccf7..2184d1c 100644 --- a/_posts/07-05-01-Abstraction-Layers.md +++ b/_posts/07-05-01-Abstraction-Layers.md @@ -20,12 +20,12 @@ installed in any application you like: * [Doctrine2 DBAL][2] * [Medoo][8] * [Propel][7] -* [Zend-db][4] +* [laminas-db][4] [1]: https://www.php.net/book.pdo [2]: https://www.doctrine-project.org/projects/dbal.html -[4]: https://packages.zendframework.com/docs/latest/manual/en/index.html#zendframework/zend-db +[4]: https://docs.laminas.dev/laminas-db/ [5]: https://atlasphp.io [6]: https://github.com/auraphp/Aura.Sql [7]: https://propelorm.org/ diff --git a/_posts/08-05-01-Further-Reading.md b/_posts/08-05-01-Further-Reading.md index 284e235..e7ea7ae 100644 --- a/_posts/08-05-01-Further-Reading.md +++ b/_posts/08-05-01-Further-Reading.md @@ -26,4 +26,4 @@ anchor: templating_further_reading * [Plates](https://platesphp.com/) *(native)* * [Smarty](https://www.smarty.net/) *(compiled)* * [Twig](https://twig.symfony.com/) *(compiled)* -* [Zend-View](https://docs.zendframework.com/zend-view/) *(native, framework specific)* +* [laminas-view](https://docs.laminas.dev/laminas-view/) *(native, framework specific)*