Skip to content

Commit 6a014f1

Browse files
committed
chore: fix fail CI
Signed-off-by: leesb971204 <[email protected]>
1 parent bc36e9d commit 6a014f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/llms-generate.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ const packages = {
4242
`${DOCS_DIR}/router/framework/react/overview.md`,
4343
`${DOCS_DIR}/router/framework/react/quick-start.md`,
4444
`${DOCS_DIR}/router/framework/react/devtools.md`,
45-
`${DOCS_DIR}/router/framework/react/migrate-from-react-router.md`,
46-
`${DOCS_DIR}/router/framework/react/migrate-from-react-location.md`,
45+
`${DOCS_DIR}/router/framework/react/how-to/migrate-from-react-router.md`,
46+
`${DOCS_DIR}/router/framework/react/installation/migrate-from-react-location.md`,
4747
`${DOCS_DIR}/router/framework/react/faq.md`,
4848
],
4949
description: 'TanStack Router: Setup and Architecture',

0 commit comments

Comments
 (0)