diff --git a/book/security.rst b/book/security.rst index dc987079e0f..aa31b30e72d 100644 --- a/book/security.rst +++ b/book/security.rst @@ -1203,8 +1203,7 @@ Thanks to the SensioFrameworkExtraBundle, you can also secure your controller us // ... } -For more information, see the -:doc:`FrameworkExtraBundle documentation `. +For more information, see the `FrameworkExtraBundle documentation`_. Securing other Services ~~~~~~~~~~~~~~~~~~~~~~~ @@ -2304,6 +2303,7 @@ Learn more from the Cookbook * :doc:`/cookbook/security/remember_me` * :doc:`How to Restrict Firewalls to a Specific Request ` +.. _`FrameworkExtraBundle documentation`: http://symfony.com/doc/master/bundles/SensioFrameworkExtraBundle/annotations/security.html .. _`FOSUserBundle`: https://github.com/FriendsOfSymfony/FOSUserBundle .. _`implement the \Serializable interface`: http://php.net/manual/en/class.serializable.php .. _`Timing attack`: http://en.wikipedia.org/wiki/Timing_attack