Skip to content

Commit 1849f5d

Browse files
committed
doc: 调整链接
1 parent 916dc9f commit 1849f5d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

website/blog/modal-form/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sidebar_label: ModalForm - 弹窗表单:1:核心组件:0
1717

1818
### 非受控模式 (推荐)
1919

20-
利用 RAK 提供的 [innerRef](/components/modal-form#innerref),无需额外定义 open 变量就能控制弹窗,用更加简洁。后面的用例默认使用该方式。
20+
利用 RAK 提供的 [innerRef](/components/modal-form#modalforminnerreftype),无需额外定义 open 变量就能控制弹窗,用更加简洁。后面的用例默认使用该方式。
2121

2222
<Previewer src="@@/ModalForm/demos/innerRef/index.tsx" />
2323

website/i18n/en/docusaurus-plugin-content-blog-blog1/modal-form/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This component combines <Link src='https://ant-design.antgroup.com/components/mo
1717

1818
### Uncontrolled Mode (Recommended)
1919

20-
Using RAK's [innerRef](/components/modal-form#innerref) api, you can control the modal without defining an additional open variable, making it more concise. The following examples use this approach by default.
20+
Using RAK's [innerRef](/components/modal-form#modalforminnerreftype) api, you can control the modal without defining an additional open variable, making it more concise. The following examples use this approach by default.
2121

2222
<Previewer src="@@/ModalForm/demos/innerRef-en/index.tsx" />
2323

@@ -65,13 +65,13 @@ For form data, please refer to [SchemaForm](/components/schema-form#form-data)
6565

6666
### Convention-based
6767

68-
Like [SchemaForm](/components/schema-form#convention-based), ModalForm also supports convention-based data processing.
68+
Like [SchemaForm](/components/schema-form#convention-handling), ModalForm also supports convention-based data processing.
6969

7070
<Previewer src="@@/ModalForm/demos/convention-en/index.tsx" />
7171

7272
### Store Additional Information with innerRef
7373

74-
Like [SchemaForm](/components/schema-form#store-additional-information-with-innerref), ModalForm can also store additional data using innerRef.
74+
Like [SchemaForm](/components/schema-form#storing-additional-data-with-innerref), ModalForm can also store additional data using innerRef.
7575

7676
<Previewer src="@@/ModalForm/demos/innerRefData-en/index.tsx" />
7777

website/i18n/en/docusaurus-plugin-content-blog-blog1/protable/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Just like [SchemaForm](/components/schema-form#convention-handling), ProTable ca
371371
372372
### Storing Extra Data with innerRef
373373
374-
Need to pass additional data that's not part of the form? Use innerRef to store and access extra information, just like in [SchemaForm](/components/schema-form#using-innerref-to-store-additional-information).
374+
Need to pass additional data that's not part of the form? Use innerRef to store and access extra information, just like in [SchemaForm](/components/schema-form#storing-additional-data-with-innerref).
375375
376376
<Previewer src="@@/ProTable/demos/innerRefData-en/index.tsx" />
377377

0 commit comments

Comments
 (0)