From ed06bf05edab3f8f0a5c397c5705687589ade932 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 19 Apr 2025 00:59:07 +0200 Subject: i18n(fr): update link in `resources/themes` (#3143) Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>--- docs/src/content/docs/fr/resources/themes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/fr/resources/themes.mdx b/docs/src/content/docs/fr/resources/themes.mdx index fbbb9fa3..37935841 100644 --- a/docs/src/content/docs/fr/resources/themes.mdx +++ b/docs/src/content/docs/fr/resources/themes.mdx @@ -45,7 +45,7 @@ Installez un thème créé par la communauté pour personnaliser rapidement l'ap { title: 'Catppuccin for Starlight', description: 'Thème apaisant aux couleurs pastel pour Starlight.', - href: 'https://catppuccin-starlight.otterlord.dev/', + href: 'https://starlight.catppuccin.com/', previews: { light: 'catppuccin-light.png', dark: 'catppuccin-dark.png' }, }, { -- cgit