You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 17/umbraco-cms/customizing/foundation/repositories/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ export class MyController extends UmbControllerBase {
85
85
86
86
### Register a custom Repository <ahref="#register-a-custom-repository"id="register-a-custom-repository"></a>
87
87
88
-
By registering your repository in the [Extension Registry](../../extension-registry/README.md) you make it available to use in different extension kinds that requires a repository alias.
88
+
By registering your repository in the [Extension Registry](../../extending-overview/extension-registry/README.md), you make it available to use in different extension kinds that require a repository alias.
89
89
90
90
Some of the common repository interfaces are:
91
91
*[UmbDetailRepository](./repository-types/detail-repository.md) - for detail views of a single entity.
0 commit comments