Skip to content

Commit 02efee2

Browse files
committed
minor #16317 Fix wrong path (aka 404 error) for security_events.svg diagram (Levure)
This PR was merged into the 5.3 branch. Discussion ---------- Fix wrong path (aka 404 error) for security_events.svg diagram "../" ➤ "./" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 085c653 Fix wrong path (aka 404 error) for security_events.svg diagram
2 parents 2ca63e5 + 085c653 commit 02efee2

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)