Skip to content

Commit

Permalink
chore: update turbopack document path in the warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
JamBalaya56562 committed Dec 9, 2024
1 parent c2078d0 commit 7b045e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/lib/turbopack-warning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export async function validateTurboNextConfig({
}

const feedbackMessage = `Learn more about Next.js and Turbopack: ${underline(
'https://nextjs.link/with-turbopack'
'https://nextjs.org/docs/architecture/turbopack'
)}\n`

if (hasWebpackConfig && !hasTurboConfig) {
Expand Down

0 comments on commit 7b045e8

Please sign in to comment.