From 4dc21f7a81fdf28a09c27de0b012d223b4f4b172 Mon Sep 17 00:00:00 2001 From: Sam Parkinson Date: Thu, 16 Jan 2025 18:34:12 +1100 Subject: [PATCH] eslint-plugin docs: Fix link in no-unsupported-configs --- .../docs/rules/no-unsupported-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin-next-on-pages/docs/rules/no-unsupported-configs.md b/packages/eslint-plugin-next-on-pages/docs/rules/no-unsupported-configs.md index de012ad0e..7af784740 100644 --- a/packages/eslint-plugin-next-on-pages/docs/rules/no-unsupported-configs.md +++ b/packages/eslint-plugin-next-on-pages/docs/rules/no-unsupported-configs.md @@ -2,7 +2,7 @@ `@cloudflare/next-on-pages` doesn't support all config options that are supported by Next in their `next.config.mjs` file. -As documented in the [support documentation](https://github.com/cloudflare/next-on-pages/blob/main/docs/supported.md#nextconfigjs-properties) there are config options that: we support, we don't currently support, we support and don't plan to. +As documented in the [support documentation](https://github.com/cloudflare/next-on-pages/blob/main/packages/next-on-pages/docs/supported.md#nextconfigmjs-properties) there are config options that: we support, we don't currently support, we support and don't plan to. This rule helps you making sure that your code is not using config options that aren't supported by `@cloudflare/next-on-pages` (it always reports config options that we don't plan on supporting, other options can be set/unset using the rule's options).