Skip to content

Commit 1e77cce

Browse files
committed
fix link
1 parent a93db6e commit 1e77cce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/workflows/get-started/cli-quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can build Workflows to post-process file uploads to [R2 object storage](/r2/
2525

2626
:::note
2727

28-
This guide is for users who are already familiar with Cloudflare Workers and [durable execution](/workflows/how-workflows-works/) programming models.
28+
This guide is for users who are already familiar with Cloudflare Workers and [durable execution](/workflows/reference/how-workflows-works/) programming models.
2929

3030
If you're new to either, we recommend the [introduction to Workflows](/workflows/get-started/guide/) guide, which steps through how a Workflow is defined, how to persist state, deploy and manage Workflows.
3131

src/content/docs/workflows/get-started/guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Render, PackageManagers } from "~/components"
1313

1414
Workflows is in **public beta**, and any developer with a [free or paid Workers plan](/workers/platform/pricing/#workers) can start using Workflows immediately.
1515

16-
To learn more about Workflows, read [the beta announcement blog](https://blog.cloudflare.com/THE-BLOG-SLUG-WILL-GO-HERE) and the [How Workflows Works](/workflows/build/how-workflows-works/) developer documentation.
16+
To learn more about Workflows, read [the beta announcement blog](https://blog.cloudflare.com/THE-BLOG-SLUG-WILL-GO-HERE) and the [How Workflows Works](/workflows/reference/how-workflows-works/) developer documentation.
1717

1818
:::
1919

0 commit comments

Comments
 (0)