Skip to content

Commit 774a52a

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

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
@@ -29,7 +29,7 @@ The data flow when using a repository can be illustrated as follows:
2929

3030
### Using an existing Repository <a href="#using-a-repository" id="using-a-repository"></a>
3131

32-
Often, you will find that data is already available and observable in a [context](./contexts/README.md). In that case, subscribing to the context [state](./states.md) will be the right approach to take. This way, you will receive all runtime updates that occur to the data throughout the session.
32+
Often, you will find that data is already available and observable in a [context](../contexts/README.md). In that case, subscribing to the context [state](../states.md) will be the right approach to take. This way, you will receive all runtime updates that occur to the data throughout the session.
3333

3434
If the needed data isn’t available in a context, use a repository to request the data. This will give you the correct data no matter the current application state.
3535

0 commit comments

Comments
 (0)