Skip to content

Commit 30c04a9

Browse files
committed
Fixing broken links in the PR.
1 parent e967de8 commit 30c04a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/durable-objects/examples/sql-migration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default {
135135

136136
</TypeScriptExample>
137137

138-
Finally, configure your Wrangler file to include a Durable Object [binding](/durable-objects/get-started/tutorial/#5-configure-durable-object-bindings) and [migration](/durable-objects/reference/durable-objects-migrations/) based on the namespace and class name chosen previously.
138+
Finally, configure your Wrangler 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.
139139

140140
<WranglerConfig>
141141

@@ -155,6 +155,6 @@ new_sqlite_classes = ["MigrationExampleDO"]
155155

156156
### Related resources
157157

158-
- [SQL Storage](/durable-objects/api/sql-storage)
158+
- [SQL Storage](/durable-objects/api/storage-api/#sql-api)
159159
- [Workers RPC](/workers/runtime-apis/rpc/)
160160
- [Zero-latency SQLite storage in every Durable Object](https://blog.cloudflare.com/sqlite-in-durable-objects/).

0 commit comments

Comments
 (0)