diff --git a/ts/api.ts b/ts/api.ts index fd3f90b..373ce97 100644 --- a/ts/api.ts +++ b/ts/api.ts @@ -2350,7 +2350,7 @@ declare function FIXED(num: any): string | undefined; /** * Returns the current form object. * - * View Documentatino - https://learn.fulcrumapp.com/dev/expressions/reference/form/ + * View Documentation - https://docs.fulcrumapp.com/docs/calculations-ref-form */ declare function FORM(): {}; diff --git a/ts/functions/FORM.ts b/ts/functions/FORM.ts index 62877d8..0cc9f53 100644 --- a/ts/functions/FORM.ts +++ b/ts/functions/FORM.ts @@ -1,7 +1,7 @@ /** * Returns the current form object. * - * View Documentatino - https://learn.fulcrumapp.com/dev/expressions/reference/form/ + * View Documentation - https://docs.fulcrumapp.com/docs/calculations-ref-form */ export default function FORM(): {} {