Skip to content

Commit 365537b

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-265: Fixed broken link
1 parent 9a4154d commit 365537b

File tree

1 file changed

+3
-3
lines changed
  • 14/umbraco-cms/customizing/extending-overview/extension-types

1 file changed

+3
-3
lines changed

14/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here is a table of the default dashboards in Umbraco and the sections they are u
3737

3838
Even though these dashboards are useful, you might want to create your own custom dashboard to display specific information or functionality.
3939

40-
You can try and [create a custom dashboard](../../../../tutorials/creating-a-custom-dashboard/) as a way on getting started on this topic.
40+
You can try and [create a custom dashboard](../../../tutorials/creating-a-custom-dashboard/) as a way on getting started on this topic.
4141

4242
## Registering your Dashboard
4343

@@ -85,7 +85,7 @@ You can specify conditions for when the dashboard should be displayed. This is d
8585
This will make the dashboard only be displayed on the Content section.
8686

8787
{% hint style="info" %}
88-
You can read more about [Extension Conditions](../../../customizing/extending-overview/extension-types/condition.md) in the documentation.
88+
You can read more about [Extension Conditions](condition.md) in the documentation.
8989
{% endhint %}
9090

9191
### Properties
@@ -107,7 +107,7 @@ The dashboard manifest can contain the following properties:
107107
| Property | Type | Description |
108108
| Label | string | The label shown to the user |
109109
| pathname | string | The routable URL pathname |
110-
| conditions | array | (Optional) [Conditions](../../../customizing/extending-overview/extension-types/condition.md) for when the dashboard should be displayed |
110+
| conditions | array | (Optional) [Conditions](condition.md) for when the dashboard should be displayed |
111111

112112
### Full Example
113113

0 commit comments

Comments
 (0)