Skip to content

Commit f5b05fa

Browse files
committed
fix broken links
1 parent 5285a21 commit f5b05fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/encyclopedia/understanding-temporals-architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tags:
2121

2222
import { CaptionedImage, WorkflowLifecycleSequence } from "@site/src/components";
2323

24-
This guide assumes familiarity with core Temporal concepts. It's recommended to read [Understanding Temporal](/evaluate/understanding-temporal) first, along with having a basic understanding of [Workflows](/workflows), [Activities](/activities), [Workers](/workers), [Task Queues](/workers/task-queues), and [Event History](/event-history/event-history).
24+
This guide assumes familiarity with core Temporal concepts. It's recommended to read [Understanding Temporal](/evaluate/understanding-temporal) first, along with having a basic understanding of [Workflows](/workflows), [Activities](/activities), [Workers](/workers), [Task Queues](/encyclopedia/workers/task-queues), and [Event History](/encyclopedia/event-history/event-history).
2525

2626
Temporal is a tool that abstracts away a lot of difficulty for anyone managing applications that need to be resilient to failures. This guide provides a high-level overview of how Temporal works under the hood.
2727

0 commit comments

Comments
 (0)