Skip to content

Commit 085c653

Browse files
authored
Fix wrong path (aka 404 error) for security_events.svg diagram
"../" ➤ "./"
1 parent 2ca63e5 commit 085c653

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)