Skip to content

Commit 4e276e3

Browse files
committed
Fix footer links
1 parent de93ed8 commit 4e276e3

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/"
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/"
1414
icon="symfonycast"
1515
/>
1616
<twig:DocsLink

0 commit comments

Comments
 (0)