From a4c3929d403d7dd38591dd1e7ab568ce9e91dbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=97=E5=98=89=E7=94=B7?= <574980606@qq.com> Date: Mon, 26 Dec 2022 11:49:38 +0800 Subject: [PATCH] docs: use en link in EN_US --- components/message/index.en-US.md | 2 +- components/modal/index.en-US.md | 2 +- components/notification/index.en-US.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/message/index.en-US.md b/components/message/index.en-US.md index 60ee591a3864..59ee706f44f3 100644 --- a/components/message/index.en-US.md +++ b/components/message/index.en-US.md @@ -131,7 +131,7 @@ return ( **Note:** You must insert `contextHolder` into your children with hooks. You can use origin method if you do not need context connection. -> [App Package Component](/components/app-cn) can be used to simplify the problem of `useMessage` and other methods that need to manually implant contextHolder. +> [App Package Component](/components/app) can be used to simplify the problem of `useMessage` and other methods that need to manually implant contextHolder. ### How to set static methods prefixCls ? diff --git a/components/modal/index.en-US.md b/components/modal/index.en-US.md index 720755f8ac29..5e0409eacc25 100644 --- a/components/modal/index.en-US.md +++ b/components/modal/index.en-US.md @@ -194,7 +194,7 @@ return ( **Note:** You must insert `contextHolder` into your children with hooks. You can use origin method if you do not need context connection. -> [App Package Component](/components/app-cn) can be used to simplify the problem of `useModal` and other methods that need to manually implant contextHolder. +> [App Package Component](/components/app) can be used to simplify the problem of `useModal` and other methods that need to manually implant contextHolder. ### How to disable motion? diff --git a/components/notification/index.en-US.md b/components/notification/index.en-US.md index bfe4a5aa8e1f..88719b518347 100644 --- a/components/notification/index.en-US.md +++ b/components/notification/index.en-US.md @@ -115,7 +115,7 @@ return ( **Note:** You must insert `contextHolder` into your children with hooks. You can use origin method if you do not need context connection. -> [App Package Component](/components/app-cn) can be used to simplify the problem of `useNotification` and other methods that need to manually implant contextHolder. +> [App Package Component](/components/app) can be used to simplify the problem of `useNotification` and other methods that need to manually implant contextHolder. ### How to set static methods prefixCls ?