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 ?