Skip to content

Commit df0c18d

Browse files
[Queues] Hyperlint Automation: Broken Link Fixes (#20142)
--------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Pedro Sousa <[email protected]>
1 parent 134983d commit df0c18d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/queues/examples/publish-to-a-queue-over-http.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This allows you to write to a Queue from any service or programming language tha
1919
### Prerequisites
2020

2121
- A [queue created](/queues/get-started/#3-create-a-queue) via the [Cloudflare dashboard](https://dash.cloudflare.com) or the [wrangler CLI](/workers/wrangler/install-and-update/).
22-
- A [configured **producer** binding](/queues/configuration/configure-queues/#producer) in the Cloudflare dashboard or Wrangler file.
22+
- A [configured **producer** binding](/queues/configuration/configure-queues/#producer-worker-configuration) in the Cloudflare dashboard or Wrangler file.
2323

2424
Configure your Wrangler file as follows:
2525

src/content/docs/queues/examples/use-queues-with-durable-objects.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following example shows you how to write a Worker script to publish to [Clou
1717
Prerequisites:
1818

1919
- A [queue created](/queues/get-started/#3-create-a-queue) via the Cloudflare dashboard or the [wrangler CLI](/workers/wrangler/install-and-update/).
20-
- A [configured **producer** binding](/queues/configuration/configure-queues/#producer) in the Cloudflare dashboard or Wrangler file.
20+
- A [configured **producer** binding](/queues/configuration/configure-queues/#producer-worker-configuration) in the Cloudflare dashboard or Wrangler file.
2121
- A [Durable Object namespace binding](/workers/wrangler/configuration/#durable-objects).
2222

2323
Configure your Wrangler file as follows:

0 commit comments

Comments
 (0)