Skip to content

Commit

Permalink
chore: update turbopack document path
Browse files Browse the repository at this point in the history
  • Loading branch information
JamBalaya56562 committed Dec 3, 2024
1 parent c9aae2f commit 1158c18
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 1158c18

Please sign in to comment.