Skip to content

Commit 35d5d55

Browse files
authored
docs(solid): fix incorrect link to state managers guide (#9430)
Fix broken navigation where clicking "Does this replace state managers?" in Solid docs incorrectly redirected to Angular guide instead of the proper Solid guide page.
1 parent d7f1621 commit 35d5d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
},
460460
{
461461
"label": "Does this replace state managers?",
462-
"to": "framework/angular/guides/does-this-replace-client-state"
462+
"to": "framework/solid/guides/does-this-replace-client-state"
463463
}
464464
]
465465
},

0 commit comments

Comments
 (0)