diff --git a/packages/create-next-app/templates/app-empty/ts/next-env.d.ts b/packages/create-next-app/templates/app-empty/ts/next-env.d.ts index 4f11a03dc6cc3..40c3d68096c27 100644 --- a/packages/create-next-app/templates/app-empty/ts/next-env.d.ts +++ b/packages/create-next-app/templates/app-empty/ts/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/packages/create-next-app/templates/app-tw-empty/ts/next-env.d.ts b/packages/create-next-app/templates/app-tw-empty/ts/next-env.d.ts index 4f11a03dc6cc3..40c3d68096c27 100644 --- a/packages/create-next-app/templates/app-tw-empty/ts/next-env.d.ts +++ b/packages/create-next-app/templates/app-tw-empty/ts/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/packages/create-next-app/templates/app-tw/ts/next-env.d.ts b/packages/create-next-app/templates/app-tw/ts/next-env.d.ts index 4f11a03dc6cc3..40c3d68096c27 100644 --- a/packages/create-next-app/templates/app-tw/ts/next-env.d.ts +++ b/packages/create-next-app/templates/app-tw/ts/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/packages/create-next-app/templates/app/ts/next-env.d.ts b/packages/create-next-app/templates/app/ts/next-env.d.ts index 4f11a03dc6cc3..40c3d68096c27 100644 --- a/packages/create-next-app/templates/app/ts/next-env.d.ts +++ b/packages/create-next-app/templates/app/ts/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.