Skip to content

Commit b6cc791

Browse files
authored
Merge pull request #7110 from umbraco/Engage13/brokenlinks
Fixed broken links in Engage v13
2 parents dc9301e + 484fa23 commit b6cc791

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

13/umbraco-engage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Umbraco Engage is a marketing suite that helps marketers and developers create p
1414

1515
Explore the top features and learn more about Umbraco Engage on [Umbraco.com](https://umbraco.com/products/add-ons/engage/).
1616

17-
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><a href="installation/installation.md">Install Umbraco Engage</a></td><td>Ready to dive in? Check the installation guide to get started.</td><td><a href="installation/installation.md">installation.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Install.png">Documentations Icons_Umbraco_CMS_Install.png</a></td></tr><tr><td></td><td><a href="getting-started/">Getting Started</a></td><td>Get an overview and learn how to set up Umbraco Engage.</td><td><a href="getting-started/">getting-started</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td></tr><tr><td></td><td><a href="tutorials/">Tutorials</a></td><td>Find detailed step-by-step guides for personalization, analytics, A/B testing, and more.</td><td><a href="broken-reference">Broken link</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials.png">Documentations Icons_Umbraco_CMS_Tutorials.png</a></td></tr></tbody></table>
17+
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><a href="installation/installation.md">Install Umbraco Engage</a></td><td>Ready to dive in? Check the installation guide to get started.</td><td><a href="installation/installation.md">installation.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Install.png">Documentations Icons_Umbraco_CMS_Install.png</a></td></tr><tr><td></td><td><a href="getting-started/">Getting Started</a></td><td>Get an overview and learn how to set up Umbraco Engage.</td><td><a href="getting-started/">getting-started</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td></tr><tr><td></td><td><a href="tutorials/">Tutorials</a></td><td>Find detailed step-by-step guides for personalization, analytics, A/B testing, and more.</td></tr></tbody></table>
1818

1919
## Quick Links
2020

13/umbraco-engage/developers/introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the Developer section, you can find all the resources you need to configure U
1919

2020
Learn more about how data is collected, stored, and parsed.
2121

22-
## [The Umbraco Engage Cookie](the-umarketingsuite-cookie/)
22+
## [The Umbraco Engage Cookie](the-umbraco-engage-cookie/README.md)
2323

2424
Umbraco Engage uses a cookie to collect visitor data on your Umbraco website. Learn more about how it works in this section.
2525

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In the following guide, we will show how this is done. There are three steps:
1212

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

1717
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.
1818

@@ -282,9 +282,9 @@ If all goes well you will see your custom parameter editor show up in the segmen
282282

283283
![Day of week segment parameter](../../.gitbook/assets/engage-personalization-developer1.png)
284284

285-
## 3. \[Optional] Cockpit Visualization
285+
## 3. [Optional] Cockpit Visualization
286286

287-
The new segment parameter will show up automatically in the [Cockpit](../../../../personalization/cockpit-insights/) that is part of our package. The cockpit is a live view of Umbraco Engage data for the current visitor.
287+
The new segment parameter will show up automatically in the [Cockpit](../../getting-started/for-marketers-and-editors/cockpit.md) that is part of our package. The cockpit is a live view of Umbraco Engage data for the current visitor.
288288

289289
This includes active segments of the current visitor, and therefore your new segment parameter can also show up in the cockpit. By default, it will display the **raw configuration of the parameter** as stored in the database ("`{ dayOfWeek: 3 }`" in our example).
290290

13/umbraco-engage/installation/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Here are some optional extras you can do to improve your experience with Umbraco
126126

127127
### Cookie consent
128128

129-
If you need to influence the default [The Umbraco Engage cookie](../marketers-and-editors/introduction/the-umbraco-engage-cookie.md) behaviour please go [here](../security-and-privacy/gdpr/). Or go to an example [implementation using Cookiebot](../../../security-privacy/gdpr/how-to-become-gdpr-compliant-using-cookiebot/) which can be used as an example for other cookie consent providers.\\
129+
If you need to influence the default [The Umbraco Engage cookie](../marketers-and-editors/introduction/the-umbraco-engage-cookie.md) behaviour please go [here](../security-and-privacy/gdpr/). Or go to an example [implementation using Cookiebot](../security-and-privacy/gdpr/how-to-become-gdpr-compliant-using-cookiebot.md) which can be used as an example for other cookie consent providers.
130130

131131
{% hint style="warning" %}
132132
If you [change the default cookie behaviour](../developers/introduction/the-umbraco-engage-cookie/) make sure to perform a **client side reload of the initial page after cookie consent**. If this is not done, visitor referrer and/or campaigns will not be tracked.

13/umbraco-engage/installation/licensing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There are a few differences as to what the licenses cover:
4444
* Each individual subdomain has to be specified as part of the license (e.g. `subdomain.mysite.com`), wildcard subdomains are not allowed.
4545

4646
{% hint style="info" %}
47-
If multiple backoffice domains share the same installation, you have to purchase and add [**additional domains**](the-licensing-model.md#add-additional-domains) to your license.
47+
If multiple backoffice domains share the same installation, you have to purchase and add [**additional domains**](#add-additional-domains) to your license.
4848

4949
This is an add-on domain for existing licenses. Refunds will not be given for this product.
5050
{% endhint %}

13/umbraco-engage/upgrading/version-specific-upgrade-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Health checks have been added to verify whether these folders are present in you
3434

3535
Umbraco Engage contains a number of breaking changes from the previous uMarketingSuite product.
3636

37-
See the [Migrate from uMarketingSuite](migrate-from-umarketingsuite) for full details.
37+
See the [Migrate from uMarketingSuite](migrate-from-umarketingsuite.md) for full details.

0 commit comments

Comments
 (0)