From 6728b9612ecac28ac145f1fb0e7cd5bbbc33d011 Mon Sep 17 00:00:00 2001 From: JS Park Date: Tue, 10 Oct 2023 02:12:00 +0900 Subject: [PATCH] docs: fix broken link (#841) --- docs/src/content/docs/guides/overriding-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/guides/overriding-components.md b/docs/src/content/docs/guides/overriding-components.md index 6436829df09..a06bc349150 100644 --- a/docs/src/content/docs/guides/overriding-components.md +++ b/docs/src/content/docs/guides/overriding-components.md @@ -13,7 +13,7 @@ When you need more than what’s possible out of the box, Starlight supports bui Overriding Starlight’s default components can be useful when: -- You want to change how a part of Starlight’s UI looks in a way not possible with [custom CSS](/css-and-tailwind/). +- You want to change how a part of Starlight’s UI looks in a way not possible with [custom CSS](/guides/css-and-tailwind/). - You want to change how a part of Starlight’s UI behaves. - You want to add some additional UI alongside Starlight’s existing UI.