Skip to content

Commit e56576e

Browse files
committed
Minor tweak
1 parent b2c7f21 commit e56576e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Embedding Images
235235

236236
If you want to display images inside your email, you must embed them
237237
instead of adding them as attachments. When using Twig to render the email
238-
contents, as explained :ref:`later in this article <reference-mailer-twig-embedding-images>`,
238+
contents, as explained :ref:`later in this article <mailer-twig-embedding-images>`,
239239
the images are embedded automatically. Otherwise, you need to embed them manually.
240240

241241
First, use the ``embed()`` or ``embedFromPath()`` method to add an image from a
@@ -347,7 +347,7 @@ the ``TemplatedEmail`` class:
347347
// ...
348348
;
349349
350-
.. _reference-mailer-twig-embedding-images:
350+
.. _mailer-twig-embedding-images:
351351

352352
Embedding Images
353353
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)