fix: broken link :(

This commit is contained in:
KirisameVanilla 2025-09-12 14:50:51 +08:00
parent 79383b0523
commit 2d2bfed49e
No known key found for this signature in database
GPG Key ID: A68EE6C617D68238
1 changed files with 4 additions and 4 deletions

View File

@ -88,8 +88,8 @@ const config = {
}, },
items: [ items: [
{to: '/docs/', label: '课栈', position: 'left'}, {to: '/docs/', label: '课栈', position: 'left'},
{to: '/docs/category/本科生院', label: '本科生院', position: 'left'}, {to: '/docs/undergraduate/', label: '本科生院', position: 'left'},
{to: '/docs/category/研究生院', label: '研究生院', position: 'left'}, {to: '/docs/postgraduate/', label: '研究生院', position: 'left'},
{ {
href: 'https://github.com/BetterECNU/SharedCourses', href: 'https://github.com/BetterECNU/SharedCourses',
label: 'GitHub', label: 'GitHub',
@ -108,11 +108,11 @@ const config = {
items: [ items: [
{ {
label: '本科生院', label: '本科生院',
to: '/docs/category/本科生院', to: '/docs/undergraduate/',
}, },
{ {
label: '研究生院', label: '研究生院',
to: '/docs/category/研究生院', to: '/docs/postgraduate/',
}, },
], ],
}, },