diff --git a/docs/v4/features/php-view.md b/docs/v4/features/php-view.md index 97d6c0f4..f44e6238 100644 --- a/docs/v4/features/php-view.md +++ b/docs/v4/features/php-view.md @@ -69,3 +69,6 @@ Hello John **Security note:** It's important to ensure that the dynamic output is properly [escaped](https://github.com/slimphp/PHP-View?tab=readme-ov-file#escaping-values). +## Read more + +* [PHP-View documentation](https://github.com/slimphp/PHP-View) diff --git a/docs/v4/features/twig-view.md b/docs/v4/features/twig-view.md index 229065df..c29c6a7d 100644 --- a/docs/v4/features/twig-view.md +++ b/docs/v4/features/twig-view.md @@ -101,4 +101,5 @@ This is an example Twig template that draws a link URL for the "profile" named r ## Read more -* [PHP-View documentation](https://github.com/slimphp/PHP-View) \ No newline at end of file +* [Twig-View documentation](https://github.com/slimphp/Twig-View) +* [Twig documentation](https://twig.symfony.com/) \ No newline at end of file