Skip to content

Commit 85b51bd

Browse files
committed
Merge branch 'jun/do/ft-srs-ga' of github.com:cloudflare/cloudflare-docs into jun/do/ft-srs-ga
2 parents b9799c0 + 5febc38 commit 85b51bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/content/docs/durable-objects/api/storage-api.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export class Counter extends DurableObject {
5454
:::note[SQLite in Durable Objects]
5555
SQLite-backed Durable Objects can have a private, embedded SQLite database. When deploying a new Durable Object class, users can [use a SQLite storage backend](/durable-objects/features/access-sqlite-storage/#sqlite-storage-backend) to access the [SQL API](/durable-objects/api/sql-storage/#exec).
5656

57-
Otherwise, a Durable Object class has a key-value storage backend.
5857
:::
5958

6059
The Durable Object Storage API comes with several methods, including key-value (KV) API, SQL API, and point-in-time-recovery (PITR) API.

src/content/docs/durable-objects/examples/build-a-counter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class Counter extends DurableObject {
165165

166166
</TabItem> </Tabs>
167167

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

170170
<WranglerConfig>
171171

0 commit comments

Comments
 (0)