Skip to content

Commit 8e2b1a0

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fixed broken link
2 parents f9fa557 + e56576e commit 8e2b1a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mailer.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Embedding Images
239239

240240
If you want to display images inside your email, you must embed them
241241
instead of adding them as attachments. When using Twig to render the email
242-
contents, as explained `later in this article <Embedding Images>`_,
242+
contents, as explained :ref:`later in this article <mailer-twig-embedding-images>`,
243243
the images are embedded automatically. Otherwise, you need to embed them manually.
244244

245245
First, use the ``embed()`` or ``embedFromPath()`` method to add an image from a
@@ -379,6 +379,8 @@ the ``TemplatedEmail`` class:
379379
// ...
380380
;
381381
382+
.. _mailer-twig-embedding-images:
383+
382384
Embedding Images
383385
~~~~~~~~~~~~~~~~
384386

0 commit comments

Comments
 (0)