From 94e018bb8988115497e4b4bcf924bc41e60698d5 Mon Sep 17 00:00:00 2001
From: Kevin Lind <40409666+kevinlind@users.noreply.github.com>
Date: Fri, 12 Apr 2024 16:22:10 -0700
Subject: [PATCH] Fix broken links in Lifecycle event-reference page (#570)
* Fix links in Lifecycle event-reference page
* Add event-reference to navigation panel
---
gatsby-config.js | 4 ++++
.../home/base/mobile-core/lifecycle/event-reference.md | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/gatsby-config.js b/gatsby-config.js
index acbc9c95be..d256b15848 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -644,6 +644,10 @@ module.exports = {
title: "API reference",
path: "/home/base/mobile-core/lifecycle/api-reference"
},
+ {
+ title: "Event reference",
+ path: "/home/base/mobile-core/lifecycle/event-reference"
+ },
{
title: "Metrics",
path: "/home/base/mobile-core/lifecycle/metrics"
diff --git a/src/pages/home/base/mobile-core/lifecycle/event-reference.md b/src/pages/home/base/mobile-core/lifecycle/event-reference.md
index 6a664eb76d..76f0e72b9d 100644
--- a/src/pages/home/base/mobile-core/lifecycle/event-reference.md
+++ b/src/pages/home/base/mobile-core/lifecycle/event-reference.md
@@ -96,7 +96,7 @@ This event is a response from the Lifecycle extension to notify that the applica
-To forward this event to the Adobe Experience Platform Edge Network, follow the steps outlined in [Configure a Rule to forward Lifecycle metrics to Platform](../../../edge/lifecycle-for-edge-network/index.md#configure-a-rule-to-forward-lifecycle-metrics-to-platform).
+To forward this event to the Adobe Experience Platform Edge Network, follow the steps outlined in [Configure a Rule to forward Lifecycle metrics to Platform](../../../../edge/lifecycle-for-edge-network/index.md#configure-a-rule-to-forward-lifecycle-metrics-to-platform).
@@ -110,7 +110,7 @@ In Android, there is a 500 millisecond timeout between consecutive `lifecycleSta
#### Data payload
-The Lifecycle application foreground data payload is defined by the Platform Mobile Lifecycle Details XDM field group, and includes information about the application, device, and environment when the event occurred. Please refer to [Lifecycle Application Foreground metrics](../../../edge/lifecycle-for-edge-network/metrics.md#lifecycle-application-foreground-metrics) for a list of metrics included with this event.
+The Lifecycle application foreground data payload is defined by the Platform Mobile Lifecycle Details XDM field group, and includes information about the application, device, and environment when the event occurred. Please refer to [Lifecycle Application Foreground metrics](./metrics.md#lifecycle-application-foreground-metrics) for a list of metrics included with this event.
### Lifecycle application background
@@ -123,7 +123,7 @@ The event is generated by the Lifecycle extension when:
-To forward this event to the Adobe Experience Platform Edge Network, follow the steps outlined in [Configure a Rule to forward Lifecycle metrics to Platform](../../../edge/lifecycle-for-edge-network/index.md#configure-a-rule-to-forward-lifecycle-metrics-to-platform).
+To forward this event to the Adobe Experience Platform Edge Network, follow the steps outlined in [Configure a Rule to forward Lifecycle metrics to Platform](../../../../edge/lifecycle-for-edge-network/index.md#configure-a-rule-to-forward-lifecycle-metrics-to-platform).
@@ -137,4 +137,4 @@ In Android, there is a 500 millisecond timeout between consecutive `lifecycleSta
#### Data payload
-The Lifecycle Application Background data payload is defined by the Platform Mobile Lifecycle Details XDM field group, and includes information about the application close type and previous session length. Please refer to [Lifecycle Application Background metrics](../../../edge/lifecycle-for-edge-network/metrics.md#lifecycle-application-background-metrics) for a list of metrics included with this event.
+The Lifecycle Application Background data payload is defined by the Platform Mobile Lifecycle Details XDM field group, and includes information about the application close type and previous session length. Please refer to [Lifecycle Application Background metrics](./metrics.md#lifecycle-application-background-metrics) for a list of metrics included with this event.