From 613f3673d76751963f309d97b95486df6eaffed3 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 8 Feb 2018 17:03:46 +0100 Subject: [PATCH] Embed SVG image contents instead of linking to them --- security/guard_authentication.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/guard_authentication.rst b/security/guard_authentication.rst index 5926e3ced60..3f81f55139e 100644 --- a/security/guard_authentication.rst +++ b/security/guard_authentication.rst @@ -432,8 +432,9 @@ Each authenticator needs the following methods: The picture below shows how Symfony calls Guard Authenticator methods: -.. image:: /_images/security/authentication-guard-methods.svg - :align: center +.. raw:: html + + .. _guard-customize-error: