From 7634581b9b1b15eb8c6a0340021ae0add7b9a900 Mon Sep 17 00:00:00 2001 From: Igor <31731246+fzsys@users.noreply.github.com> Date: Wed, 19 Jan 2022 09:37:57 +0200 Subject: [PATCH] php.net callback documentation link changed --- create_framework/templating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/templating.rst b/create_framework/templating.rst index 972f2a1f982..6fca67d84a1 100644 --- a/create_framework/templating.rst +++ b/create_framework/templating.rst @@ -178,5 +178,5 @@ As always, you can decide to stop here and use the framework as is; it's probably all you need to create simple websites like those fancy one-page `websites`_ and hopefully a few others. -.. _`callbacks`: https://www.php.net/callback#language.types.callback +.. _`callbacks`: https://www.php.net/manual/en/language.types.callable.php .. _`websites`: https://kottke.org/08/02/single-serving-sites