From 811868083a3e72a6cbd31e41f1da1455f6ef4e50 Mon Sep 17 00:00:00 2001 From: brendanjbond Date: Wed, 4 Dec 2024 15:19:15 -0600 Subject: [PATCH] update doc hyperlink --- src/components/CheckMatrix/CheckMatrix.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CheckMatrix/CheckMatrix.ts b/src/components/CheckMatrix/CheckMatrix.ts index 865d777..35d1cc2 100644 --- a/src/components/CheckMatrix/CheckMatrix.ts +++ b/src/components/CheckMatrix/CheckMatrix.ts @@ -37,7 +37,7 @@ export default class CheckMatrix extends (FieldComponent as any) { group: 'basic', icon: 'fa fa-table', weight: 70, - documentation: 'http://help.form.io/userguide/#table', + documentation: 'developers/form-development/custom-components#checkmatrix', schema: CheckMatrix.schema() }