From 6d490f55346f9acdf79c0410261e093359b3c8e7 Mon Sep 17 00:00:00 2001 From: asvarcas Date: Fri, 18 Dec 2020 10:55:26 -0300 Subject: [PATCH] Fix external link --- docs/CreateEdit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CreateEdit.md b/docs/CreateEdit.md index a1a9123cdf5..0fc9797f500 100644 --- a/docs/CreateEdit.md +++ b/docs/CreateEdit.md @@ -1255,7 +1255,7 @@ export const ProductEdit = ({ ...props }) => ( ``` {% endraw %} -**Tip**: The props of your Input components are passed to a `react-final-form` [](https://final-form.org/docs/react-final-form/api/Field) component. +**Tip**: The props of your Input components are passed to a `react-final-form` [Field](https://final-form.org/docs/react-final-form/api/Field) component. **Tip**: You can use *both* Form validation and input validation.