Skip to content

Commit 480c0b2

Browse files
committed
fix spacing and add link
1 parent f83fd9c commit 480c0b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/content/changelog/durable-objects/2025-04-07-durable-objects-free-tier.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { DurableObject } from "cloudflare:workers";
1919
// Durable Object
2020
export class MyDurableObject extends DurableObject {
2121
...
22-
2322
async sayHello(name) {
2423
return `Hello, ${name}!`;
2524
}

src/content/release-notes/durable-objects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ entries:
88
- publish_date: "2025-04-07"
99
title: Durable Objects on Workers Free plan
1010
description: |-
11-
SQLite-backed Durable Objects are now available on the Workers Free plan with these [limits](/durable-objects/platform/pricing/).
11+
[SQLite-backed Durable Objects](/durable-objects/get-started/) are now available on the Workers Free plan with these [limits](/durable-objects/platform/pricing/).
1212
1313
- publish_date: "2025-04-07"
1414
title: SQLite in Durable Objects GA

0 commit comments

Comments
 (0)