Skip to content

Commit f04cbec

Browse files
committed
docs: correct content-ref links
1 parent 65e3765 commit f04cbec

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

15/umbraco-cms/customizing/extending-overview/extension-types/backoffice-entry-point.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,14 @@ export const onInit: UmbEntryPointOnInit = (host, extensionsRegistry) => {
148148

149149
## What's next?
150150

151-
See the Extension Types article for more information about all the different extension types available in Umbraco
151+
See the Extension Types article for more information about all the different extension types available in Umbraco:
152152

153-
{% content-ref url="./" %} Read more about the extension types available {% endcontent-ref %}
153+
{% content-ref url="./" %}
154+
[README](./)
155+
{% endcontent-ref %}
154156

155-
{% content-ref url="./app-entry-point.md" %} Read about running code before log in {% endcontent-ref %}
157+
Read about running code before log in using an `appEntryPoint`:
158+
159+
{% content-ref url="./app-entry-point.md" %}
160+
[App Entry Point](./app-entry-point.md)
161+
{% endcontent-ref %}

0 commit comments

Comments
 (0)