Skip to content

Commit e27f01b

Browse files
committed
fix: replace broken /advanced/advanced sidebar link with /advanced/downporting
The file advanced/advanced.md does not exist, causing a 404 error when clicking the "Advanced Topics" section header. Changed to point to the first page in the section. https://claude.ai/code/session_01Mx1pvV2fdu37as3XihYqcs
1 parent 1c096ea commit e27f01b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default defineConfig({
205205
},
206206
{
207207
text: "Advanced Topics",
208-
link: "/advanced/advanced",
208+
link: "/advanced/downporting",
209209
collapsed: true,
210210
items: [
211211
{ text: "Downporting", link: "/advanced/downporting" },

0 commit comments

Comments
 (0)