Skip to content

Commit 87bc78e

Browse files
committed
minor #1672 [Website] Fix some links in the UX Icons page (javiereguiluz)
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
2 parents 6addeb3 + 8a11646 commit 87bc78e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ux.symfony.com/templates/icons/_aside.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<twig:DocsLink
55
title="Documentation"
66
text="Get going with the official Symfony doc."
7-
url="https://www.symfony.com/doc/ux.html"
7+
url="https://symfony.com/bundles/ux-icons/current/index.html"
88
icon="symfony"
99
/>
1010
<twig:DocsLink
1111
title="Screencasts"
12-
text="Watch the screencast on SymfonyCasts."
13-
url="https://symfonycasts.com/screencast/symfony-ux"
12+
text="Watch UX screencasts on SymfonyCasts."
13+
url="https://symfonycasts.com/screencast/stimulus"
1414
icon="symfonycast"
1515
/>
1616
<twig:DocsLink

0 commit comments

Comments
 (0)