Skip to content

Commit a92e39e

Browse files
committed
fix labels introduced in symfony#3120
1 parent fb312db commit a92e39e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/security/authorization.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ An authorization decision will always be based on a few things:
2929
Any object on which for which access control needs to be checked, like
3030
an article or a comment object.
3131

32-
.. components-security-access-decision-manager:
32+
.. _components-security-access-decision-manager:
3333

3434
Access Decision Manager
3535
-----------------------
@@ -71,10 +71,10 @@ recognizes several strategies:
7171
$allowIfAllAbstainDecisions,
7272
$allowIfEqualGrantedDeniedDecisions
7373
);
74-
74+
7575
.. seealso::
7676

77-
You can change the default strategy in the
77+
You can change the default strategy in the
7878
:ref:`configuration <security-voters-change-strategy>`.
7979

8080
Voters

cookbook/security/voters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ and tag it as a "security.voter":
167167
see :ref:`service-container-imports-directive`. To read more about defining
168168
services in general, see the :doc:`/book/service_container` chapter.
169169

170-
.. security-voters-change-strategy:
170+
.. _security-voters-change-strategy:
171171

172172
Changing the Access Decision Strategy
173173
-------------------------------------
@@ -217,5 +217,5 @@ the new voter will deny access to any user in the list of blacklisted IPs.
217217

218218
.. seealso::
219219

220-
For a more advanced usage see
220+
For a more advanced usage see
221221
:ref:`components-security-access-decision-manager`.

0 commit comments

Comments
 (0)