Skip to content

Commit 572bdb9

Browse files
committed
Fixing bad link
1 parent 92049d3 commit 572bdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/examples/websocket-hibernation-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class WebSocketHibernationServer extends DurableObject {
165165
```
166166
</TypeScriptExample>
167167

168-
Finally, configure your `wrangler.toml` file to include a Durable Object [binding](/durable-objects/get-started/#5-configure-durable-object-class-with-sqlite-storage-backend) and [migration](/durable-objects/reference/durable-objects-migrations/) based on the namespace and class name chosen previously.
168+
Finally, configure your `wrangler.toml` file to include a Durable Object [binding](/durable-objects/get-started/#4-configure-durable-object-bindings) and [migration](/durable-objects/reference/durable-objects-migrations/) based on the namespace and class name chosen previously.
169169

170170
<WranglerConfig>
171171

0 commit comments

Comments
 (0)