File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ Embedding Images
235235
236236If you want to display images inside your email, you must embed them
237237instead of adding them as attachments. When using Twig to render the email
238- contents, as explained `later in this article <Embedding Images >`_ ,
238+ contents, as explained :ref: `later in this article <reference-mailer-twig-embedding-images >` ,
239239the images are embedded automatically. Otherwise, you need to embed them manually.
240240
241241First, use the ``embed() `` or ``embedFromPath() `` method to add an image from a
@@ -347,6 +347,8 @@ the ``TemplatedEmail`` class:
347347 // ...
348348 ;
349349
350+ .. _reference-mailer-twig-embedding-images :
351+
350352Embedding Images
351353~~~~~~~~~~~~~~~~
352354
You can’t perform that action at this time.
0 commit comments