diff --git a/src/libraries/libraries.ts b/src/libraries/libraries.ts index 539cdb09b..6d24c138b 100644 --- a/src/libraries/libraries.ts +++ b/src/libraries/libraries.ts @@ -57,7 +57,7 @@ export const router: LibrarySlim = { ogImage: 'https://github.com/tanstack/router/raw/main/media/header.png', docsRoot: 'docs/router', defaultDocs: 'framework/react/overview', - installPath: 'framework/$framework/installation', + installPath: 'framework/$framework/quick-start', legacyPackages: ['react-location'], hideCodesandboxUrl: true, showNetlifyUrl: true, diff --git a/src/libraries/router.tsx b/src/libraries/router.tsx index f92cd5bab..3235e4d92 100644 --- a/src/libraries/router.tsx +++ b/src/libraries/router.tsx @@ -14,7 +14,7 @@ export const routerProject = { bgRadial: 'from-emerald-500 via-lime-600/50 to-transparent', textColor: textStyles, defaultDocs: 'framework/react/overview', - installPath: 'framework/$framework/installation', + installPath: 'framework/$framework/quick-start', legacyPackages: ['react-location'], hideCodesandboxUrl: true as const, showVercelUrl: false,