From 59156d7115a7207fa3b6f8a70a4342a9b24c2501 Mon Sep 17 00:00:00 2001 From: Marco Ilari Date: Tue, 16 Apr 2024 21:52:53 +0200 Subject: [PATCH] docs: fix broken link to intent button page (#581) --- docs/complex-structures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/complex-structures.md b/docs/complex-structures.md index ac4df7b2..00aba224 100644 --- a/docs/complex-structures.md +++ b/docs/complex-structures.md @@ -37,7 +37,7 @@ function Example() { ## Array -When you need to setup a list of fields, you can call the `getFieldList()` method from the parent field metadata to get access to each item field with name infered automatically as well. If you want to modify the items in the list, you can also use the `insert`, `remove` and `reorder` intents as explained in the [Intent button](./intent-button.md#insert-remove-and-reorder-intents) page. +When you need to setup a list of fields, you can call the `getFieldList()` method from the parent field metadata to get access to each item field with name infered automatically as well. If you want to modify the items in the list, you can also use the `insert`, `remove` and `reorder` intents as explained in the [Intent button](./intent-button#form-controls) page. ```tsx import { useForm } from '@conform-to/react';