From 832ed415b49a115a6174ec81c7147b75cfe503cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szczech?= Date: Sun, 21 Oct 2018 21:13:13 +0200 Subject: [PATCH] Update the link to DynamicRouter documentation The "https://symfony.com/doc/master/cmf/book/routing.html" redirects to "/doc/master/routing.html" instead of to CMF documentation. --- routing/routing_from_database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/routing_from_database.rst b/routing/routing_from_database.rst index 32736dd0269..b39960ad79e 100644 --- a/routing/routing_from_database.rst +++ b/routing/routing_from_database.rst @@ -38,4 +38,4 @@ loader, e.g. for another database type or a REST API or anything else. The DynamicRouter is explained in the `Symfony CMF documentation`_. .. _FrameworkExtraBundle: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html -.. _`Symfony CMF documentation`: https://symfony.com/doc/master/cmf/book/routing.html +.. _`Symfony CMF documentation`: https://symfony.com/doc/current/cmf/bundles/routing/dynamic.html