From 2c855364727cba04b6a42ad4877a202189c89a55 Mon Sep 17 00:00:00 2001 From: Din Date: Thu, 5 Sep 2024 09:50:59 +0800 Subject: [PATCH] docs: fix rsdoctor link (#3379) --- website/docs/en/guide/debug/rsdoctor.mdx | 2 +- website/docs/zh/guide/debug/rsdoctor.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';