Skip to content

Commit 1ea0caa

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix wrong path (aka 404 error) for security_events.svg diagram
2 parents fcdc8aa + 8392ccc commit 1ea0caa

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
@@ -2536,7 +2536,7 @@ Authentication Events
25362536

25372537
.. raw:: html
25382538

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

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

0 commit comments

Comments
 (0)