Skip to content

Commit cbd8b8e

Browse files
authored
Merge pull request #38 from compactcode/fix-showcase
docs: fix showcase link
2 parents 5a5300a + cdf8964 commit cbd8b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function themeConfigEnglish() {
116116
],
117117
},
118118
{ text: "Common Errors", link: "/troubleshooting" },
119-
{ text: "Real Configurations", link: "/real-configurations" },
119+
{ text: "Showcase", link: "/showcase" },
120120
],
121121
}
122122
}
@@ -199,7 +199,7 @@ function themeConfigRussian() {
199199
],
200200
},
201201
{ text: "Распространённые ошибки", link: "/ru/troubleshooting" },
202-
{ text: "Реальные конфигурации", link: "/ru/real-configurations" },
202+
{ text: "Реальные конфигурации", link: "/ru/showcase" },
203203
],
204204
}
205205
}

0 commit comments

Comments
 (0)