Skip to content

Commit ea3d405

Browse files
authored
fix synthetics header/footer link (DataDog#8105)
* fix link * fix link
1 parent 290aba8 commit ea3d405

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/partials/footer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ col1:
1212
title: "Dashboards"
1313
- name: logs
1414
link: "https://www.datadoghq.com/product/log-management/"
15-
title: "Log Management"
15+
title: "Log Management"
1616
- name: apm
1717
link: "https://www.datadoghq.com/product/apm/"
1818
title: "APM"
@@ -23,7 +23,7 @@ col1:
2323
link: "https://www.datadoghq.com/product/network-performance-monitoring/"
2424
title: "Network Monitoring"
2525
- name: synthetics
26-
link: "https://www.datadoghq.com/product/synthetics-monitoring/"
26+
link: "https://www.datadoghq.com/product/synthetic-monitoring/"
2727
title: "Synthetic Monitoring"
2828
- name: rum
2929
link: "https://www.datadoghq.com/product/real-user-monitoring/"

data/partials/header.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ left:
3232
title: "Network Monitoring"
3333
pre: "<img class='menu-icon mr-1' src='https://imgix.datadoghq.com/img/navbar/menu/network.svg' alt='network icon'>"
3434
- name: product_synthetics
35-
link: "https://www.datadoghq.com/product/synthetics-monitoring/"
35+
link: "https://www.datadoghq.com/product/synthetic-monitoring/"
3636
title: "Synthetic Monitoring"
3737
pre: "<img class='menu-icon mr-1' src='https://imgix.datadoghq.com/img/navbar/menu/synthetics.svg' alt='synthetics icon'>"
3838
- name: product_rum

0 commit comments

Comments
 (0)