Skip to content

Commit 4abe9d3

Browse files
committed
2 parents 0e0f6df + 3c9ad87 commit 4abe9d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libraries/libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const router: LibrarySlim = {
5757
ogImage: 'https://github.com/tanstack/router/raw/main/media/header.png',
5858
docsRoot: 'docs/router',
5959
defaultDocs: 'framework/react/overview',
60-
installPath: 'framework/$framework/installation',
60+
installPath: 'framework/$framework/quick-start',
6161
legacyPackages: ['react-location'],
6262
hideCodesandboxUrl: true,
6363
showNetlifyUrl: true,

src/libraries/router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const routerProject = {
1414
bgRadial: 'from-emerald-500 via-lime-600/50 to-transparent',
1515
textColor: textStyles,
1616
defaultDocs: 'framework/react/overview',
17-
installPath: 'framework/$framework/installation',
17+
installPath: 'framework/$framework/quick-start',
1818
legacyPackages: ['react-location'],
1919
hideCodesandboxUrl: true as const,
2020
showVercelUrl: false,

0 commit comments

Comments
 (0)