Skip to content

[Icons] Docs: Fixing links to symfony/ux-twig-component #2789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/Icons/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ tag if the ``symfony/ux-twig-component`` package is installed:

.. tip::

To use the HTML syntax, the ``symfony/ux-twig-component`` package must be
To use the HTML syntax, the `symfony/ux-twig-component`_ package must be
installed in your project.

Downloading Icons
Expand Down Expand Up @@ -532,7 +532,7 @@ returning the HTML output.

.. warning::

The <twig:ux:icon> component does not support embedded content.
The ``<twig:ux:icon>`` component does not support embedded content.

.. code-block:: html+twig

Expand Down Expand Up @@ -610,6 +610,7 @@ Learn more
.. _`ux.symfony.com/icons`: https://ux.symfony.com/icons
.. _`Iconify`: https://iconify.design
.. _`symfony/asset-mapper`: https://symfony.com/doc/current/frontend/asset_mapper.html
.. _`symfony/ux-twig-component`: https://symfony.com/bundles/ux-twig-component/current/index.html
.. _`W3C guide about SVG icon accessibility`: https://design-system.w3.org/styles/svg-icons.html#svg-accessibility
.. _`Bootstrap Icons`: https://icons.getbootstrap.com/
.. _`Boxicons`: https://boxicons.com/
Expand Down