Skip to content

Commit

Permalink
docs: fix outdated formly links
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber committed Sep 30, 2022
1 parent 039cb28 commit 4461f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/formly.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit 4461f44

Please sign in to comment.