From cb88227146c73965734e81cc11017f491aa16bc6 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 17 Mar 2025 16:52:16 +0800 Subject: [PATCH] docs: fix link error --- docs/notes/theme/guide/custom/style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/theme/guide/custom/style.md b/docs/notes/theme/guide/custom/style.md index 4280d602..94d80212 100644 --- a/docs/notes/theme/guide/custom/style.md +++ b/docs/notes/theme/guide/custom/style.md @@ -93,5 +93,5 @@ export default defineClientConfig({ ``` ::: tip -主题提供了 [主题颜色工具](../../tools/custom-theme.md) , 你可以使用它来创建自定义颜色。 +主题提供了 [主题颜色工具](../../../tools/custom-theme.md) , 你可以使用它来创建自定义颜色。 :::