Browse Source

Replaced a BaseApplicationBundle with SonataBaseApplicationBundle in the doc

Pascal Burkhard 14 years ago
parent
commit
3fecfd3180
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/doc/reference/installation.rst

+ 1 - 1
Resources/doc/reference/installation.rst

@@ -43,7 +43,7 @@ code to your application's routing file:
 
     # app/config/routing.yml
     base_application:
-        resource: @BaseApplicationBundle/Resources/config/routing/base_application.xml
+        resource: @SonataBaseApplicationBundle/Resources/config/routing/base_application.xml
         prefix: /admin
 
     admin: