Skip to content

Commit 582525f

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix wrong path (aka 404 error) for security_events.svg diagram
2 parents 990b413 + 02efee2 commit 582525f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2589,7 +2589,7 @@ Authentication Events
25892589

25902590
.. raw:: html
25912591

2592-
<object data="../_images/security/security_events.svg" type="image/svg+xml"></object>
2592+
<object data="./_images/security/security_events.svg" type="image/svg+xml"></object>
25932593

25942594
:class:`Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent`
25952595
Dispatched after the authenticator created the :ref:`security passport <security-passport>`.

0 commit comments

Comments
 (0)