Skip to content

Commit 8d4cdab

Browse files
kodster28sdnts
authored andcommitted
[Bug] More template link fixes (cloudflare#22931)
1 parent 869f2cb commit 8d4cdab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/content/changelog/d1/2025-04-10-d1-read-replication-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ Read replicas are automatically created by Cloudflare (currently one in each sup
2727

2828
To checkout D1 read replication, deploy the following Worker code using Sessions API, which will prompt you to create a D1 database and enable read replication on said database.
2929

30-
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/staging/d1-starter-sessions-api)
30+
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/d1-starter-sessions-api)
3131

3232
To learn more about how read replication was implemented, go to our [blog post](https://blog.cloudflare.com/d1-read-replication-beta).

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Durable Objects can now be used with zero commitment on the [Workers Free plan](
1111

1212
Durable Objects let you build stateful, serverless applications with millions of tiny coordination instances that run your application code alongside (in the same thread!) your durable storage. Each Durable Object can access its own SQLite database through a [Storage API](/durable-objects/best-practices/access-durable-objects-storage/). A Durable Object class is defined in a Worker script encapsulating the Durable Object's behavior when accessed from a Worker. To try the code below, click the button:
1313

14-
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/staging/hello-world-do-template)
14+
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/hello-world-do-template)
1515

1616
```js
1717
import { DurableObject } from "cloudflare:workers";
@@ -44,5 +44,6 @@ export default {
4444
Free plan [limits](/durable-objects/platform/pricing/) apply to Durable Objects compute and storage usage. Limits allow developers to build real-world applications, with every Worker request able to call a Durable Object on the free plan.
4545

4646
For more information, checkout:
47+
4748
- [Documentation](/durable-objects/what-are-durable-objects/)
4849
- [Zero-latency SQLite storage in every Durable Object blog](https://blog.cloudflare.com/sqlite-in-durable-objects/)

0 commit comments

Comments
 (0)