Skip to content

Commit

Permalink
minor #1672 [Website] Fix some links in the UX Icons page (javieregui…
Browse files Browse the repository at this point in the history
…luz)

This PR was squashed before being merged into the 2.x branch.

Discussion
----------

[Website] Fix some links in the UX Icons page

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| Issues        | -
| License       | MIT

`@tareqas` found and reported these errors to me ... so let's fix them!

Commits
-------

8a11646 [Website] Fix some links in the UX Icons page
  • Loading branch information
javiereguiluz committed Apr 4, 2024
2 parents 6addeb3 + 8a11646 commit 87bc78e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ux.symfony.com/templates/icons/_aside.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<twig:DocsLink
title="Documentation"
text="Get going with the official Symfony doc."
url="https://www.symfony.com/doc/ux.html"
url="https://symfony.com/bundles/ux-icons/current/index.html"
icon="symfony"
/>
<twig:DocsLink
title="Screencasts"
text="Watch the screencast on SymfonyCasts."
url="https://symfonycasts.com/screencast/symfony-ux"
text="Watch UX screencasts on SymfonyCasts."
url="https://symfonycasts.com/screencast/stimulus"
icon="symfonycast"
/>
<twig:DocsLink
Expand Down

0 comments on commit 87bc78e

Please sign in to comment.