diff --git a/website/docs/.vitepress/locales/zh_CN.ts b/website/docs/.vitepress/locales/zh_CN.ts index a09db5f5..66e871d8 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' }, ] }