From ea742dfb5634e01081fa78caea616029d4e7948c Mon Sep 17 00:00:00 2001 From: Charles Kornoelje <33156025+charkour@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:46:36 -0500 Subject: [PATCH] fix: update broken link Looks like this link was missed when updating the documentation yesterday. https://github.com/netlify/next-runtime/pull/1908 Thank you for your work! ![red panda](https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.thoughtco.com%2Fred-panda-facts-4172726&psig=AOvVaw3AMTsBoRpqbt7OF7YwHSYL&ust=1675273556044000&source=images&cd=vfe&ved=0CA4QjRxqFwoTCOD2gbuu8vwCFQAAAAAdAAAAABAE) --- packages/runtime/src/helpers/verification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime/src/helpers/verification.ts b/packages/runtime/src/helpers/verification.ts index ed1f6e1108..211ef76704 100644 --- a/packages/runtime/src/helpers/verification.ts +++ b/packages/runtime/src/helpers/verification.ts @@ -148,7 +148,7 @@ export const checkZipSize = async (file: string, maxSize: number = LAMBDA_MAX_SI console.log(yellowBright`\n\nThese are the largest files in the zip:`) console.table(largest) console.log( - greenBright`\n\nFor more information on fixing this, see ${blueBright`https://ntl.fyi/large-next-functions`}`, + greenBright`\n\nFor more information on fixing this, see ${blueBright`https://docs.netlify.com/integrations/frameworks/next-js/troubleshooting/#troubleshooting-large-functions`}`, ) }