Skip to content

Commit ad9d071

Browse files
committed
one ore
1 parent 0e998cf commit ad9d071

File tree

1 file changed

+1
-1
lines changed
  • 15/umbraco-cms/customizing/extending-overview/extension-types

1 file changed

+1
-1
lines changed

15/umbraco-cms/customizing/extending-overview/extension-types/menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ We can create the manifest using JSON in the `umbraco-package.json`.
9292

9393
The manifest can also be written in TypeScript.
9494

95-
For this TypeScript example we used a [Backoffice Entry Point](../../extending-overview/extension-types/backoffice-entry-point) extension to register the manifests.
95+
For this TypeScript example we used a [Backoffice Entry Point](../../extending-overview/extension-types/backoffice-entry-point.md) extension to register the manifests.
9696

9797
{% code title="manifest.ts" overflow="wrap" lineNumbers="true" %}
9898
```typescript

0 commit comments

Comments
 (0)