We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b838118 commit f247e84Copy full SHA for f247e84
bundles/configuration.rst
@@ -325,7 +325,7 @@ configuration of a specific bundle. The namespace is returned from the
325
:method:`Extension::getNamespace() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getNamespace>`
326
method. By convention, the namespace is a URL (it doesn't have to be a valid
327
URL nor does it need to exists). By default, the namespace for a bundle is
328
-``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
329
the extension. You might want to change this to a more professional URL::
330
331
// src/Acme/HelloBundle/DependencyInjection/AcmeHelloExtension.php
0 commit comments