From 044f0392803c0a4870ec218f71e9958907ae3594 Mon Sep 17 00:00:00 2001 From: Chris Hills <31041837+chrishills@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:00:20 -0500 Subject: [PATCH] fixed bad links in journey docs (#391) --- docs/docs/how-to/journeys/{accessingData.md => data.md} | 0 docs/docs/how-to/journeys/examples/recurringReminder.md | 1 - docs/docs/how-to/journeys/index.md | 4 ++-- docs/docs/how-to/journeys/types.md | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) rename docs/docs/how-to/journeys/{accessingData.md => data.md} (100%) diff --git a/docs/docs/how-to/journeys/accessingData.md b/docs/docs/how-to/journeys/data.md similarity index 100% rename from docs/docs/how-to/journeys/accessingData.md rename to docs/docs/how-to/journeys/data.md diff --git a/docs/docs/how-to/journeys/examples/recurringReminder.md b/docs/docs/how-to/journeys/examples/recurringReminder.md index 7039e767..ea0a0437 100644 --- a/docs/docs/how-to/journeys/examples/recurringReminder.md +++ b/docs/docs/how-to/journeys/examples/recurringReminder.md @@ -25,7 +25,6 @@ Expose the event data to subsequent steps under the key `assignments`. ![Journey Reminder Example](/img/journeys_example_reminder.png) - Next, notify the instructor that the assignment is ready to grade with an email `Send` step. Add a `Delay`, then check the status with a webhook `Send` to see if the instructor has completed the grading. Expose the response data from this step with a data key called `status`. diff --git a/docs/docs/how-to/journeys/index.md b/docs/docs/how-to/journeys/index.md index d7cf3813..647a3091 100644 --- a/docs/docs/how-to/journeys/index.md +++ b/docs/docs/how-to/journeys/index.md @@ -31,5 +31,5 @@ Dive deeper into the documentation for information about different components of Learn about the different types of journey steps and what each do. - Dive deep into complex examples utilizing data passing. - \ No newline at end of file + See what data can be made available for journey processing. + diff --git a/docs/docs/how-to/journeys/types.md b/docs/docs/how-to/journeys/types.md index bfb00e35..f0b45555 100644 --- a/docs/docs/how-to/journeys/types.md +++ b/docs/docs/how-to/journeys/types.md @@ -21,7 +21,7 @@ Sends are the main action you can perform inside of a journey. A send encapsulat #### Parameters - **Name**: What you would like to call the step -- **Data Key**: A unique key you can set to reference the result of the action ([more on that here](/how-to/journeys/advanced)) +- **Data Key**: A unique key you can set to reference the result of the action ([more on that here](/how-to/journeys/data)) - **Campaign**: The associated campaign. You can use an existing one or hit the plus icon to create a new one. ## Balancer