Skip to content

Commit 9502417

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-18: Fixed broken link
1 parent 365537b commit 9502417

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
2-
description: Learn how to declare requirements for your extensions using the Extension Conditions.
2+
description: >-
3+
Learn how to declare requirements for your extensions using the Extension
4+
Conditions.
35
---
46

57
# Extension Conditions
68

79
Extension Conditions declare requirements that should be permitted for the extension to be available. Many, but not all, Extension Types support Conditions.
810

9-
[Read about utilizing conditions in Manifests](../extension-conditions/extension-conditions.md).
11+
[Read about utilizing conditions in Manifests](../extension-conditions.md#utilizing-conditions-in-your-manifest).
1012

1113
## Built-in conditions types <a href="#core-conditions-types" id="core-conditions-types"></a>
1214

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)