diff --git a/docs/guides/formly.md b/docs/guides/formly.md index 7c08466c67..1a758d1fdd 100644 --- a/docs/guides/formly.md +++ b/docs/guides/formly.md @@ -55,7 +55,7 @@ Your template should look something like this: ### FormlyFieldConfig The `FormlyFieldConfig` class allows you to define a number of parameters that change the way a Formly field behaves. -For a comprehensive overview of properties, refer to the [official documentation](https://formly.dev/guide/properties-options). +For a comprehensive overview of properties, refer to the [official documentation](https://formly.dev/docs/guide/properties-options). A configuration for a form containing only a basic input field could be defined like this: ```typescript @@ -181,7 +181,7 @@ FormlyModule.forChild({ ### Validation -There are many options when it comes to [adding custom validation to formly forms](https://formly.dev/guide/validation). +There are many options when it comes to [adding custom validation to formly forms](https://formly.dev/docs/guide/validation). The PWA comes with some predefined custom validators which can be found in [special-validators.ts](../../src/app/shared/forms/validators/special-validators.ts). These can be added directly to the `validators.validation` property of a `FormlyFieldConfig`.