Skip to content

Commit bd93d9c

Browse files
committed
Merge pull request #3227 from iamdto/fix-broken-link
[Cookbook][Bundles][Remove] Fix a broken link to the API
2 parents e2ee504 + 31d0d90 commit bd93d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/remove.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ can remove the ``Acme`` directory as well.
7777
.. tip::
7878

7979
If you don't know the location of a bundle, you can use the
80-
:method:`Symfony\\Bundle\\FrameworkBundle\\Bundle\\Bundle::getPath` method
80+
:method:`Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface::getPath` method
8181
to get the path of the bundle::
8282

8383
echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath();

0 commit comments

Comments
 (0)