diff --git a/website/docs/en/guide/debug/rsdoctor.mdx b/website/docs/en/guide/debug/rsdoctor.mdx index bdef52d382..b59d0985b7 100644 --- a/website/docs/en/guide/debug/rsdoctor.mdx +++ b/website/docs/en/guide/debug/rsdoctor.mdx @@ -43,7 +43,7 @@ After running the above commands, Rsbuild will automatically register the Rsdoct ## Options -If you need to configure the [options](https://rsdoctor.dev/config/options) provided by the Rsdoctor plugin, please manually register the Rsdoctor plugin: +If you need to configure the [options](https://rsdoctor.dev/config/options/options) provided by the Rsdoctor plugin, please manually register the Rsdoctor plugin: ```ts title="rsbuild.config.ts" import { RsdoctorRspackPlugin } from '@rsdoctor/rspack-plugin'; diff --git a/website/docs/zh/guide/debug/rsdoctor.mdx b/website/docs/zh/guide/debug/rsdoctor.mdx index f64009d403..7fbecb41b4 100644 --- a/website/docs/zh/guide/debug/rsdoctor.mdx +++ b/website/docs/zh/guide/debug/rsdoctor.mdx @@ -43,7 +43,7 @@ import { PackageManagerTabs } from '@theme'; ## 配置项 -如果你需要配置 Rsdoctor 插件提供的[选项](https://rsdoctor.dev/config/options),请手动注册 Rsdoctor 插件: +如果你需要配置 Rsdoctor 插件提供的[选项](https://rsdoctor.dev/zh/config/options/options),请手动注册 Rsdoctor 插件: ```ts title="rsbuild.config.ts" import { RsdoctorRspackPlugin } from '@rsdoctor/rspack-plugin';