Skip to content

Commit

Permalink
docs(site): update links
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jun 28, 2021
1 parent d39c426 commit ddf54b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/guide/advanced/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ The realization of business custom components mainly uses the Hooks API and obse

To access the ready-made component library, we mainly use connect/mapProps/mapReadPretty API.

If you want to implement some more complex custom components, we strongly recommend looking directly at the source code of [@formily/antd](https://github.com/alibaba/formily/tree/master/packages/antd/src) or [@formily/next](https://github.com/alibaba/formily/tree/master/packages/next/src).

If you want to implement some more complex custom components, we strongly recommend looking directly at the source code of [@formily/antd](https://github.com/alibaba/formily/tree/formily_next/packages/antd/src) or [@formily/next](https://github.com/alibaba/formily/tree/formily_next/packages/next/src).
2 changes: 1 addition & 1 deletion docs/guide/advanced/custom.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

接入现成组件库的话,我们主要使用 connect/mapProps/mapReadPretty API

如果想要实现一些更复杂的自定义组件,我们强烈推荐直接看[@formily/antd](https://github.com/alibaba/formily/tree/master/packages/antd/src)[@formily/next](https://github.com/alibaba/formily/tree/master/packages/next/src)的源码
如果想要实现一些更复杂的自定义组件,我们强烈推荐直接看[@formily/antd](https://github.com/alibaba/formily/tree/formily_next/packages/antd/src)[@formily/next](https://github.com/alibaba/formily/tree/formily_next/packages/next/src)的源码

0 comments on commit ddf54b7

Please sign in to comment.