Skip to content

Commit 5eed770

Browse files
committed
minor #318 [Doc] Update the syntax of doc images (javiereguiluz)
This PR was merged into the 2.x branch. Discussion ---------- [Doc] Update the syntax of doc images | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | - | License | MIT This will probably fix the following error reported while building docs: ``` Errors for ux-twig-component / 2.x Build errors from "2022-05-02 01:21:40" Missing image file "https://github.com/symfony/ux-twig-component/blob/2.x/alert-example.png?raw=true" in "index" ``` Commits ------- c7e3349 [Doc] Update the syntax of doc images
2 parents 4262565 + c7e3349 commit 5eed770

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Loading

src/TwigComponent/src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Done! Now render it wherever you want:
3939
4040
Enjoy your new component!
4141

42-
.. figure:: https://github.com/symfony/ux-twig-component/blob/2.x/alert-example.png?raw=true
42+
.. image:: images/alert-example.png
4343
:alt: Example of the AlertComponent
4444

4545
Example of the AlertComponent

0 commit comments

Comments
 (0)