Skip to content

Commit

Permalink
minor #318 [Doc] Update the syntax of doc images (javiereguiluz)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed May 6, 2022
2 parents 4262565 + c7e3349 commit 5eed770
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/TwigComponent/src/Resources/doc/index.rst
Expand Up @@ -39,7 +39,7 @@ Done! Now render it wherever you want:
Enjoy your new component!

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

Example of the AlertComponent
Expand Down

0 comments on commit 5eed770

Please sign in to comment.