diff --git a/bundles/configuration.rst b/bundles/configuration.rst index 02e141a50e5..bfcb4bbfc02 100644 --- a/bundles/configuration.rst +++ b/bundles/configuration.rst @@ -325,7 +325,7 @@ configuration of a specific bundle. The namespace is returned from the :method:`Extension::getNamespace() ` method. By convention, the namespace is a URL (it doesn't have to be a valid URL nor does it need to exists). By default, the namespace for a bundle is -``http://example.org/dic/schema/DI_ALIAS``, where ``DI_ALIAS`` is the DI alias of +``http://example.org/schema/dic/DI_ALIAS``, where ``DI_ALIAS`` is the DI alias of the extension. You might want to change this to a more professional URL:: // src/Acme/HelloBundle/DependencyInjection/AcmeHelloExtension.php