From df393bd8bc56288fa0f553225effb9210fa9c875 Mon Sep 17 00:00:00 2001
From: dandelany <dan.delany@gmail.com>
Date: Tue, 5 Nov 2024 16:39:29 -0800
Subject: [PATCH] fix broken links

---
 .../procedural/scheduling/examples.mdx                          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/scheduling-and-constraints/procedural/scheduling/examples.mdx b/docs/scheduling-and-constraints/procedural/scheduling/examples.mdx
index 2724bd0..7fa99cb 100644
--- a/docs/scheduling-and-constraints/procedural/scheduling/examples.mdx
+++ b/docs/scheduling-and-constraints/procedural/scheduling/examples.mdx
@@ -145,7 +145,7 @@ This can mean a variety of different things, depending on the exact behavior we
 - schedule the activity based on events of type `"Test_Type"`
 - schedule the activity based on events with the substring `"01"` in their key.
 
-We will just show one case - events belonging to the second source with the substring `"01"` in their key. The event query and subsequent call to `plan.events()` in this example creates an `ExternalEvents` timeline object - see [Timelines: External Events](../../scheduling-and-constraints/procedural/timelines/basics/external-events/) for more information.
+We will just show one case - events belonging to the second source with the substring `"01"` in their key. The event query and subsequent call to `plan.events()` in this example creates an `ExternalEvents` timeline object - see [Timelines: External Events](../../timelines/basics/external-events/) for more information.
 
 ```java
 @SchedulingProcedure