Skip to content

Commit 2ad94ff

Browse files
committed
minor #7546 Update configuration.rst (atailouloute)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7546). Discussion ---------- Update configuration.rst Fix default extension namespace Commits ------- f247e84 Update configuration.rst
2 parents b838118 + f247e84 commit 2ad94ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ configuration of a specific bundle. The namespace is returned from the
325325
:method:`Extension::getNamespace() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getNamespace>`
326326
method. By convention, the namespace is a URL (it doesn't have to be a valid
327327
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
328+
``http://example.org/schema/dic/DI_ALIAS``, where ``DI_ALIAS`` is the DI alias of
329329
the extension. You might want to change this to a more professional URL::
330330

331331
// src/Acme/HelloBundle/DependencyInjection/AcmeHelloExtension.php

0 commit comments

Comments
 (0)