Skip to content

Commit d19474b

Browse files
sygintmrstork
andauthored
chore: Fix @netlify/functions package url in registry.ts (#6549)
https://ntl-fyi/function-types is not a valid url, this commit corrects it to https://ntl.fyi/function-types. fixes #6548 Co-authored-by: Mateusz Bocian <[email protected]>
1 parent 63edc83 commit d19474b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/functions/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export class FunctionsRegistry {
353353
log(
354354
`${NETLIFYDEVWARN} For a better experience with TypeScript functions, consider installing the ${chalk.underline(
355355
TYPES_PACKAGE,
356-
)} package. Refer to https://ntl-fyi/function-types for more information.`,
356+
)} package. Refer to https://ntl.fyi/function-types for more information.`,
357357
)
358358
}
359359

0 commit comments

Comments
 (0)