Skip to content

Commit e0ab88a

Browse files
Fix issue: WorkspaceTaskSubType.BROKEN_LINK (#20698)
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 40e7710 commit e0ab88a

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/testing/miniflare/migrations

1 file changed

+1
-1
lines changed

src/content/docs/workers/testing/miniflare/migrations/from-v2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ open-source `workerd` runtime. See the [Getting Started guide for the new API do
203203
- Use the `queue()` method on
204204
[service bindings](/workers/runtime-apis/bindings/service-bindings)
205205
or
206-
[queue producer bindings](/queues/configuration/configure-queues/#producer)
206+
[queue producer bindings](/queues/configuration/configure-queues/#producer-worker-configuration)
207207
instead.
208208
- `getGlobalScope()/getBindings()/getModuleExports()`
209209
- These methods returned objects from inside the Workers sandbox. Since

0 commit comments

Comments
 (0)