diff --git a/cookbook/bundles/extension.rst b/cookbook/bundles/extension.rst index 7d2c05dabf0..51d158b3ccb 100644 --- a/cookbook/bundles/extension.rst +++ b/cookbook/bundles/extension.rst @@ -92,7 +92,7 @@ The second method has several specific advantages: .. seealso:: For parameter handling within a Dependency Injection class see - :doc:``. + :doc:`/cookbook/configuration/using_parameters_in_dic`. .. index:: single: Bundle; Extension diff --git a/cookbook/routing/service_container_parameters.rst b/cookbook/routing/service_container_parameters.rst index 795a45d32e4..295bb366be4 100644 --- a/cookbook/routing/service_container_parameters.rst +++ b/cookbook/routing/service_container_parameters.rst @@ -128,4 +128,4 @@ path): .. seealso:: For parameter handling within a Dependency Injection class see - :doc:``. + :doc:`/cookbook/configuration/using_parameters_in_dic`.