Skip to content

Commit 29d77dc

Browse files
committed
Corrected .md file paths in sidebars.ts
1 parent 32bb3bd commit 29d77dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sidebars.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ const sidebars: SidebarsConfig = {
108108
label: "Data Structures",
109109
className: "custom-sidebar-data-structures",
110110
items: [
111-
"GitHub/Data_Structures/python-array",
112-
"GitHub/Data_Structures/python-linked-list",
113-
"GitHub/Data_Structures/python-stack",
114-
"GitHub/Data_Structures/python-queue",
111+
"python/Data_Structures/python-array",
112+
"python/Data_Structures/python-linked-list",
113+
"python/Data_Structures/python-stack",
114+
"python/Data_Structures/python-queue",
115115
]
116116
}
117117
],

0 commit comments

Comments
 (0)