We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23765da commit eb2a772Copy full SHA for eb2a772
1 file changed
.vitepress/config.mts
@@ -33,8 +33,8 @@ export default defineConfig({
33
link: "tutorials/WeaponPorting",
34
items: [
35
{ text: "Basics", link: "tutorials/weaponporting/basics" },
36
- { text: "Tools/Programs", link: "tutorials/Weaponporting/tools-programs" },
37
- { text: "Per-game", link: "tutorials/Weaponporting/per-game" },
+ { text: "Tools/Programs", link: "tutorials/weaponporting/tools-programs" },
+ { text: "Per-game", link: "tutorials/weaponporting/per-game" },
38
],
39
},
40
{ text: "🎞️ Moving Camo", link: "tutorials/moving-camo" }
0 commit comments