diff --git a/docs/JsonSchemaForm.md b/docs/JsonSchemaForm.md index f93a7770d1f..33daa265485 100644 --- a/docs/JsonSchemaForm.md +++ b/docs/JsonSchemaForm.md @@ -16,7 +16,7 @@ Configure the view with a child as follows: {% raw %} ```jsx import { Edit } from "react-admin"; -import { JsonSchemaForm } from "@react-admin/ra-form-layout"; +import { JsonSchemaForm } from "@react-admin/ra-json-schema-form"; const CustomerEdit = () => ( @@ -66,5 +66,5 @@ const CustomerEdit = () => ( ``` {% endraw %} -Check [the `ra-form-layout` documentation](https://marmelab.com/ra-enterprise/modules/ra-form-layout#jsonschemaform) for more details. +Check [the `ra-json-schema-form` documentation](https://marmelab.com/ra-enterprise/modules/ra-json-schema-form#installation) for more details.