From 4835920e2a7ce5cfc03d1efd7ab250126cc53ec3 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Thu, 2 Jan 2020 10:45:20 +0100 Subject: [PATCH] Fixed broken link --- mailer.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index 4d54c3bef00..53a3a50e0ff 100644 --- a/mailer.rst +++ b/mailer.rst @@ -235,7 +235,7 @@ Embedding Images If you want to display images inside your email, you must embed them instead of adding them as attachments. When using Twig to render the email -contents, as explained `later in this article `_, +contents, as explained :ref:`later in this article `, the images are embedded automatically. Otherwise, you need to embed them manually. First, use the ``embed()`` or ``embedFromPath()`` method to add an image from a @@ -347,6 +347,8 @@ the ``TemplatedEmail`` class: // ... ; +.. _reference-mailer-twig-embedding-images: + Embedding Images ~~~~~~~~~~~~~~~~