Skip to content

Commit 7cc4287

Browse files
committed
bug #4442 replace doc role for bundle docs with external ref (xabbuh)
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
2 parents 5a92261 + d27bcc5 commit 7cc4287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/security.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1203,8 +1203,7 @@ Thanks to the SensioFrameworkExtraBundle, you can also secure your controller us
12031203
// ...
12041204
}
12051205

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

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

2306+
.. _`FrameworkExtraBundle documentation`: http://symfony.com/doc/master/bundles/SensioFrameworkExtraBundle/annotations/security.html
23072307
.. _`FOSUserBundle`: https://github.com/FriendsOfSymfony/FOSUserBundle
23082308
.. _`implement the \Serializable interface`: http://php.net/manual/en/class.serializable.php
23092309
.. _`Timing attack`: http://en.wikipedia.org/wiki/Timing_attack

0 commit comments

Comments
 (0)