Skip to content

Commit 665b0cf

Browse files
authored
Update 17/umbraco-cms/customizing/foundation/repositories/README.md
1 parent 774a52a commit 665b0cf

File tree

1 file changed

+1
-1
lines changed
  • 17/umbraco-cms/customizing/foundation/repositories

1 file changed

+1
-1
lines changed

17/umbraco-cms/customizing/foundation/repositories/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class MyElement extends UmbElementMixin(LitElement) {
5454
}
5555
```
5656

57-
Alternatively, you can instantiate the repository in a [controller](..) or [context](../../context-api/README.md), store the data in a [state](../states.md), and then observe that state in your element. This is often the preferred approach as it allows for better separation of concerns and reusability across different components.
57+
Alternatively, you can instantiate the repository in a [controller](../umbraco-controller/README.md) or [context](../context-api/README.md), store the data in a [state](../states.md), and then observe that state in your element. This is often the preferred approach as it allows for better separation of concerns and reusability across different components.
5858

5959
```typescript
6060
import { UmbArrayState } from '@umbraco-cms/backoffice/observable-api';

0 commit comments

Comments
 (0)