Skip to content

Commit 4266cf2

Browse files
committed
Fixed broken links
1 parent 615978a commit 4266cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

16/umbraco-engage/developers/personalization/implement-your-own-segment-parameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ You may want to build segments with custom rules not included in Umbraco Engage
1111

1212
In the following guide, we will show how this is done. There are three steps:
1313

14-
1. [C# Definition](implement-your-own-segment-parameters.md#id-1.-c-definition)
15-
2. [AngularJS Definition](implement-your-own-segment-parameters.md#id-2.-angularjs-definition)
16-
3. [\[Optional\] Cockpit Visualization](implement-your-own-segment-parameters.md#id-3.-optional-cockpit-visualization)
14+
1. [C# Definition](#1-c-definition)
15+
2. [AngularJS Definition](#2-angularjs-definition)
16+
3. [[Optional] Cockpit Visualization](#3-optional-cockpit-visualization)
1717

1818
This guide will use code samples to add a "**Day of week**" segment parameter where you can select a single day of the week. If a pageview happens on that day the segment parameter will be satisfied.
1919

0 commit comments

Comments
 (0)