From 31d0d909ef5f83a0487d8fbc14aac4249776028c Mon Sep 17 00:00:00 2001 From: Denis Togbe Date: Tue, 26 Nov 2013 09:58:03 +0100 Subject: [PATCH] [Cookbook][Bundles][Remove] Fix a broken link to the API --- cookbook/bundles/remove.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/bundles/remove.rst b/cookbook/bundles/remove.rst index c8eb00c8ca0..f6c85c4afb3 100644 --- a/cookbook/bundles/remove.rst +++ b/cookbook/bundles/remove.rst @@ -77,7 +77,7 @@ can remove the ``Acme`` directory as well. .. tip:: If you don't know the location of a bundle, you can use the - :method:`Symfony\\Bundle\\FrameworkBundle\\Bundle\\Bundle::getPath` method + :method:`Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface::getPath` method to get the path of the bundle:: echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath();