From f2465b653a2e35cf6c0a5f56391a2970d8972360 Mon Sep 17 00:00:00 2001 From: Kirk Waiblinger Date: Mon, 22 Jul 2024 12:29:24 -0600 Subject: [PATCH] docs: remove unnecessary v8 links --- .../eslint-plugin/docs/rules/no-unsafe-function-type.mdx | 6 +++--- .../eslint-plugin/docs/rules/no-wrapper-object-types.mdx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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)