netlify/cli

Missing Types Package Event Dev Warn More Info Link 404s (typo)

hu0p opened this issue · 2 comments

hu0p commented

Reference:

if (event === 'missing-types-package') {
log(
`${NETLIFYDEVWARN} For a better experience with TypeScript functions, consider installing the ${chalk.underline(
TYPES_PACKAGE,
)} package. Refer to https://ntl-fyi/function-types for more information.`,
)

Judging by the surrounding context, the link should be https://ntl.fyi/function-types. However, that link just redirects to https://www.netlify.com/?utm_campaign=devex&utm_source=shortlink&utm_medium=bitly, so it looks like it's out of date anyway.

The link has now been fixed and is pointing to the right place.

I'm sorry for the inconvenience and thank you for reporting it!

hu0p commented

No problem. Figured it was probably a combination of a bystander effect thing and something just getting lost in transit. Thanks for speedy fix! Good documentation is worth its weight in gold 💛