From ad0fe13cb76a5bf82eed1f835581886ddc5c783f Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 20:03:36 +0000 Subject: [PATCH 1/3] Fix issue: WorkspaceTaskSubType.BROKEN_LINK --- .../docs/queues/examples/use-queues-with-durable-objects.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/queues/examples/use-queues-with-durable-objects.mdx b/src/content/docs/queues/examples/use-queues-with-durable-objects.mdx index b40279302a55b74..701fa40b9cbdc70 100644 --- a/src/content/docs/queues/examples/use-queues-with-durable-objects.mdx +++ b/src/content/docs/queues/examples/use-queues-with-durable-objects.mdx @@ -17,7 +17,7 @@ The following example shows you how to write a Worker script to publish to [Clou Prerequisites: - A [queue created](/queues/get-started/#3-create-a-queue) via the Cloudflare dashboard or the [wrangler CLI](/workers/wrangler/install-and-update/). -- A [configured **producer** binding](/queues/configuration/configure-queues/#producer) in the Cloudflare dashboard or Wrangler file. +- A [configured **producer** binding](/queues/configuration/configure-queues/#producer-worker-configuration-worker-configuration) in the Cloudflare dashboard or Wrangler file. - A [Durable Object namespace binding](/workers/wrangler/configuration/#durable-objects). Configure your Wrangler file as follows: From 477c5856fcc07b1b885252c3beb9e45f8437860c Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 20:03:37 +0000 Subject: [PATCH 2/3] Fix issue: WorkspaceTaskSubType.BROKEN_LINK --- .../docs/queues/examples/publish-to-a-queue-over-http.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/queues/examples/publish-to-a-queue-over-http.mdx b/src/content/docs/queues/examples/publish-to-a-queue-over-http.mdx index e56b154f54ee1c7..f556b45af7600a1 100644 --- a/src/content/docs/queues/examples/publish-to-a-queue-over-http.mdx +++ b/src/content/docs/queues/examples/publish-to-a-queue-over-http.mdx @@ -19,7 +19,7 @@ This allows you to write to a Queue from any service or programming language tha ### Prerequisites - 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/). -- A [configured **producer** binding](/queues/configuration/configure-queues/#producer) in the Cloudflare dashboard or Wrangler file. +- A [configured **producer** binding](/queues/configuration/configure-queues/#producer-worker-configuration) in the Cloudflare dashboard or Wrangler file. Configure your Wrangler file as follows: From d00b1e02da5ccf8077de2da2043ad9b69e8e9273 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:49:10 +0000 Subject: [PATCH 3/3] Fix link anchor --- .../docs/queues/examples/use-queues-with-durable-objects.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/queues/examples/use-queues-with-durable-objects.mdx b/src/content/docs/queues/examples/use-queues-with-durable-objects.mdx index 701fa40b9cbdc70..8bd943eb1f62293 100644 --- a/src/content/docs/queues/examples/use-queues-with-durable-objects.mdx +++ b/src/content/docs/queues/examples/use-queues-with-durable-objects.mdx @@ -17,7 +17,7 @@ The following example shows you how to write a Worker script to publish to [Clou Prerequisites: - A [queue created](/queues/get-started/#3-create-a-queue) via the Cloudflare dashboard or the [wrangler CLI](/workers/wrangler/install-and-update/). -- A [configured **producer** binding](/queues/configuration/configure-queues/#producer-worker-configuration-worker-configuration) in the Cloudflare dashboard or Wrangler file. +- A [configured **producer** binding](/queues/configuration/configure-queues/#producer-worker-configuration) in the Cloudflare dashboard or Wrangler file. - A [Durable Object namespace binding](/workers/wrangler/configuration/#durable-objects). Configure your Wrangler file as follows: