Skip to content

Commit 28dc90a

Browse files
committed
fix: sidebar link
1 parent 52ea67a commit 28dc90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ function getSidebar() {
534534
{
535535
text: 'Networking',
536536
children: [
537-
{ text: 'Http', link: '/Http' },
537+
{ text: 'Http', link: '/http' },
538538
{
539539
text: 'Connectivity',
540540
link: '/connectivity',

0 commit comments

Comments
 (0)