Skip to content

Commit 8a256cf

Browse files
committed
fix: 更新博客链接,修正迁移指南中的链接至 migrating-create-project-to-winjs
1 parent 35ce567 commit 8a256cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nav = [
66
{ text: 'Plugin', link: '/plugins/introduction', activeMatch: `^/plugins/` },
77
{ text: 'API', link: '/api/api', activeMatch: `^/api/` },
88
{ text: 'CLI', link: '/cli/commands', activeMatch: `^/cli/` },
9-
{ text: 'Blog', link: '/blog/migrating-create-project-to-win', activeMatch: `^/blog/` },
9+
{ text: 'Blog', link: '/blog/migrating-create-project-to-winjs', activeMatch: `^/blog/` },
1010
{
1111
text: 'Learn More',
1212
items: [

src/zh/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nav = [
66
{ text: '插件', link: '/zh/plugins/introduction', activeMatch: `^/plugins/` },
77
{ text: 'API', link: '/zh/api/api', activeMatch: `^/api/` },
88
{ text: 'CLI', link: '/zh/cli/commands', activeMatch: `^/cli/` },
9-
{ text: '博文', link: '/zh/blog/migrating-create-project-to-win', activeMatch: `^/blog/` },
9+
{ text: '博文', link: '/zh/blog/migrating-create-project-to-winjs', activeMatch: `^/blog/` },
1010
{
1111
text: '了解更多',
1212
items: [
@@ -324,8 +324,8 @@ export const sidebar = {
324324
text: '博文',
325325
items: [
326326
{
327-
text: '迁移 create-project 到 win',
328-
link: 'migrating-create-project-to-win'
327+
text: '迁移 create-project 到 winjs',
328+
link: 'migrating-create-project-to-winjs'
329329
}
330330
]
331331
}

0 commit comments

Comments
 (0)