Explorar el Código

fix symfony url (#4278)

Oskar Stark hace 8 años
padre
commit
f4a2ecac41

+ 1 - 1
DependencyInjection/Compiler/AddDependencyCallsCompilerPass.php

@@ -39,7 +39,7 @@ class AddDependencyCallsCompilerPass implements CompilerPassInterface
                 It\'s required by SonataAdmin to display all labels properly.
                 It\'s required by SonataAdmin to display all labels properly.
 
 
                 To learn how to enable the translator service please visit:
                 To learn how to enable the translator service please visit:
-                http://symfony.com/doc/current/book/translation.html#book-translation-configuration
+                http://symfony.com/doc/current/translation.html#configuration
              ');
              ');
         }
         }
 
 

+ 1 - 1
Tests/DependencyInjection/Compiler/AddDependencyCallsCompilerPassTest.php

@@ -42,7 +42,7 @@ class AddDependencyCallsCompilerPassTest extends \PHPUnit_Framework_TestCase
                 It\'s required by SonataAdmin to display all labels properly.
                 It\'s required by SonataAdmin to display all labels properly.
 
 
                 To learn how to enable the translator service please visit:
                 To learn how to enable the translator service please visit:
-                http://symfony.com/doc/current/book/translation.html#book-translation-configuration
+                http://symfony.com/doc/current/translation.html#configuration
              '
              '
         );
         );