瀏覽代碼

fix symfony url (#4278)

Oskar Stark 8 年之前
父節點
當前提交
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
              '
              '
         );
         );