Skip to content

Commit

Permalink
fixed bad links in journey docs (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishills authored Mar 18, 2024
1 parent cd1a08c commit 044f039
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/docs/how-to/journeys/examples/recurringReminder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/how-to/journeys/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Dive deeper into the documentation for information about different components of

<Cards>
<Card title="Step Types" href="/how-to/journeys/types">Learn about the different types of journey steps and what each do.</Card>
<Card title="Advanced" href="/how-to/journeys/advanced">Dive deep into complex examples utilizing data passing.</Card>
</Cards>
<Card title="Accessing Data" href="/how-to/journeys/data">See what data can be made available for journey processing.</Card>
</Cards>
2 changes: 1 addition & 1 deletion docs/docs/how-to/journeys/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 044f039

Please sign in to comment.