Skip to content

Commit e808790

Browse files
committed
minor #9232 Fixed the path of an image (javiereguiluz)
This PR was merged into the 2.8 branch. Discussion ---------- Fixed the path of an image Sorry for all these pull requests about this SVG image. Hopefully this will be the last one. We've made some changes on the symfony.com server too to prepare for images like this that are embedded using `<object>` instead of `<img>`. We'll see if it works. Commits ------- 15344d9 Fixed the path of an image
2 parents d89bfed + 15344d9 commit e808790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ The picture below shows how Symfony calls Guard Authenticator methods:
434434

435435
.. raw:: html
436436

437-
<object data="./_images/security/authentication-guard-methods.svg" type="image/svg+xml"></object>
437+
<object data="../_images/security/authentication-guard-methods.svg" type="image/svg+xml"></object>
438438

439439
.. _guard-customize-error:
440440

0 commit comments

Comments
 (0)