@@ -73,12 +73,6 @@ should remove the bundle from the filesystem. The bundle is located in the
7373``src/Acme/DemoBundle `` directory. You should remove this directory and you
7474can remove the ``Acme `` directory as well.
7575
76- 3.1 Remove bundle resources
77- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
78-
79- Remove the Acme resource directory from the applications web folder. It can be found in ``web/bundles/acmedemo ``.
80-
81-
8276..tip ::
8377
8478 If you don't know the location of a bundle, you can use the
@@ -87,6 +81,11 @@ Remove the Acme resource directory from the applications web folder. It can be f
8781
8882 echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath();
8983
84+ 3.1 Remove bundle resources
85+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
86+
87+ Remove the Acme resource directory from the application's web folder. It can be found in ``web/bundles/acmedemo ``.
88+
90894. Remove Integration in other Bundles
9190--------------------------------------
9291