diff --git a/packages/eslint-plugin/docs/rules/no-unsafe-function-type.mdx b/packages/eslint-plugin/docs/rules/no-unsafe-function-type.mdx index b8b80b133cb5..c9acd1dc3862 100644 --- a/packages/eslint-plugin/docs/rules/no-unsafe-function-type.mdx +++ b/packages/eslint-plugin/docs/rules/no-unsafe-function-type.mdx @@ -58,6 +58,6 @@ You might consider using [ESLint disable comments](https://eslint.org/docs/lates ## Related To -- [`no-empty-object-type`](https://v8--typescript-eslint.netlify.app/rules/no-empty-object-type) -- [`no-restricted-types`](https://v8--typescript-eslint.netlify.app/rules/no-restricted-types) -- [`no-wrapper-object-types`](https://v8--typescript-eslint.netlify.app/rules/no-wrapper-object-types) +- [`no-empty-object-type`](./no-empty-object-type.mdx) +- [`ban-types`](./ban-types.mdx) +- [`no-wrapper-object-types`](./no-wrapper-object-types.mdx) diff --git a/packages/eslint-plugin/docs/rules/no-wrapper-object-types.mdx b/packages/eslint-plugin/docs/rules/no-wrapper-object-types.mdx index 0d22df5e89fe..5c3c9b5780e5 100644 --- a/packages/eslint-plugin/docs/rules/no-wrapper-object-types.mdx +++ b/packages/eslint-plugin/docs/rules/no-wrapper-object-types.mdx @@ -71,5 +71,5 @@ You might consider using [ESLint disable comments](https://eslint.org/docs/lates ## Related To - [`no-empty-object-type`](./no-empty-object-type.mdx) -- [`no-restricted-types`](https://v8--typescript-eslint.netlify.app/rules/no-restricted-types) -- [`no-unsafe-function-type`](https://v8--typescript-eslint.netlify.app/rules/no-unsafe-function-type) +- [`ban-types`](./ban-types.mdx) +- [`no-unsafe-function-type`](./no-unsafe-function-type.mdx)