Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Sep 16, 2024
1 parent f8eb979 commit e483afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userman/scenario_features/events/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and if the action is `CREATION` or `UPDATE`.

This snippet shows how you can capture and process events to notify users whenever
a new scenario is created, or a data node's value is updated.
For more details, see the [registration](understanding-topics.md) page.
For more details, see the [registration](understanding-notifier-register.md) page.

# External API triggered with Taipy Event Consumers

Expand All @@ -47,5 +47,5 @@ and triggers an external API call based on the `JOB`'s `id`.

This snippet shows how you can capture and process `JOB` events when an `UPDATE` is made to the `status`
of the `JOB` and request an external API.
For more details, see the [registration](understanding-topics.md) page.
For more details, see the [registration](understanding-notifier-register.md) page.

0 comments on commit e483afd

Please sign in to comment.