diff --git a/errors/no-html-link-for-pages.mdx b/errors/no-html-link-for-pages.mdx
index 28460df025b13..c14527a736801 100644
--- a/errors/no-html-link-for-pages.mdx
+++ b/errors/no-html-link-for-pages.mdx
@@ -48,7 +48,7 @@ export default Home
This rule can normally locate your `pages` directory automatically.
-If you're working in a monorepo, we recommend configuring the [`rootDir`](/docs/pages/api-reference/config/eslint #specifying-a-root-directory-within-a-monorepo) setting in `eslint-plugin-next`, which `pagesDir` will use to locate your `pages` directory.
+If you're working in a monorepo, we recommend configuring the [`rootDir`](/docs/pages/api-reference/config/eslint#specifying-a-root-directory-within-a-monorepo) setting in `eslint-plugin-next`, which `pagesDir` will use to locate your `pages` directory.
In some cases, you may also need to configure this rule directly by providing a `pages` directory. This can be a path or an array of paths.