Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update develop-umi-ui-plugin.md #4011

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/develop-umi-ui-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The `example` project is the test project. Click on the entry and you will see t
::: warning
Umi UI uses **antd 4.x** for development and external for antd.

Please refer to [antd 4.x documentation](https://4-0-prepare--ant-design.netlify.com/components/form-cn/) when developing plugin UI.
Please refer to [antd 4.x documentation](https://ant.design/components/form/) when developing plugin UI.
:::

```js
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/develop-umi-ui-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ yarn build && yarn start
::: warning
Umi UI 使用 **antd 4.x** 进行开发,并对 antd 进行 `external`。

开发插件 UI 时请参阅 [antd 4.x 文档](https://4-0-prepare--ant-design.netlify.com/components/form-cn/) 进行开发。
开发插件 UI 时请参阅 [antd 4.x 文档](https://ant.design/components/form-cn/) 进行开发。
:::

```js
Expand Down