Skip to content

Commit

Permalink
bug #4442 replace doc role for bundle docs with external ref (xabbuh)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.5 branch instead (closes #4442).

Discussion
----------

replace doc role for bundle docs with external ref

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.5+
| Fixed tickets |

Commits
-------

d27bcc5 replace doc role for bundle docs with external ref
  • Loading branch information
wouterj committed Nov 11, 2014
2 parents 5a92261 + d27bcc5 commit 7cc4287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1203,8 +1203,7 @@ Thanks to the SensioFrameworkExtraBundle, you can also secure your controller us
// ...
}

For more information, see the
:doc:`FrameworkExtraBundle documentation </bundles/SensioFrameworkExtraBundle/annotations/security>`.
For more information, see the `FrameworkExtraBundle documentation`_.

Securing other Services
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -2304,6 +2303,7 @@ Learn more from the Cookbook
* :doc:`/cookbook/security/remember_me`
* :doc:`How to Restrict Firewalls to a Specific Request </cookbook/security/firewall_restriction>`

.. _`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

0 comments on commit 7cc4287

Please sign in to comment.