Skip to content

Commit 058456f

Browse files
committed
rename file name.
1 parent ca8faf6 commit 058456f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineConfig({
3939
function nav()
4040
{
4141
return [
42-
{text: "编程语言", link: "/programming-language/php/laravel/redirect", activeMatch: '/programming-language'},
42+
{text: "编程语言", link: "/programming-language/php/laravel/route/redirect", activeMatch: '/programming-language'},
4343
{text: "数据库", link: "/database/mysql/grant-privileges-to-user", activeMatch: "/database"},
4444
{text: '操作系统', link: '/os/macos/toggle-toolbar-and-dock-status', activeMatch: '/os'},
4545
{text: '其他', link: '/others/vitepress/getting-started', activeMatch: '/others'},
@@ -52,7 +52,7 @@ function sidebarProgrammingLanguage()
5252
{
5353
text: "Laravel",
5454
items: [
55-
{text: "重定向 redirect", link: "/programming-language/php/laravel/redirect"},
55+
{text: "重定向 redirect", link: "/programming-language/php/laravel/route/redirect"},
5656
{text: "@each 渲染集合视图", link: "/programming-language/php/laravel/blade/each"},
5757
]
5858
}
File renamed without changes.

0 commit comments

Comments
 (0)