From e5617e236c69d115f18bfc567a7c8bb3242eab7a Mon Sep 17 00:00:00 2001 From: tiann <twsxtd@gmail.com> Date: Mon, 27 Mar 2023 17:01:01 +0800 Subject: [PATCH] website: Fix sidebar of zh_CN --- website/docs/.vitepress/locales/zh_CN.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/.vitepress/locales/zh_CN.ts b/website/docs/.vitepress/locales/zh_CN.ts index a09db5f58b5a..66e871d8c9b9 100644 --- a/website/docs/.vitepress/locales/zh_CN.ts +++ b/website/docs/.vitepress/locales/zh_CN.ts @@ -51,7 +51,7 @@ function sidebarGuide() { { text: '如何为非GKI设备集成 KernelSU', link: '/zh_CN/guide/how-to-integrate-for-non-gki'}, { text: '非官方支持设备', link: '/zh_CN/guide/unofficially-support-devices.md' }, { text: '模块开发指南', link: '/zh_CN/guide/module.md' }, - { text: '救砖', link: '/guide/zh_CN/rescue-from-bootloop.md' }, + { text: '救砖', link: '/zh_CN/guide/rescue-from-bootloop.md' }, { text: '常见问题', link: '/zh_CN/guide/faq' }, ] }