Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Durable Objects] Fix broken links #19198

Open
wants to merge 1 commit into
base: production
Choose a base branch
from

Conversation

Maddy-Cloudflare
Copy link
Contributor

No description provided.

@github-actions github-actions bot added product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ size/s labels Jan 14, 2025
Copy link

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 255d5e4
Status: ✅  Deploy successful!
Preview URL: https://e5b0538b.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev

View logs

Copy link

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/durable-objects/api/alarms/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/api/alarms/
https://developers.cloudflare.com/durable-objects/best-practices/websockets/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/best-practices/websockets/
https://developers.cloudflare.com/durable-objects/api/base/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/api/base/
https://developers.cloudflare.com/durable-objects/api/sql-storage/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/api/sql-storage/
https://developers.cloudflare.com/durable-objects/examples/alarms-api/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/examples/alarms-api/
https://developers.cloudflare.com/durable-objects/examples/build-a-counter/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/examples/build-a-counter/
https://developers.cloudflare.com/durable-objects/examples/build-a-rate-limiter/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/examples/build-a-rate-limiter/
https://developers.cloudflare.com/durable-objects/examples/durable-object-in-memory-state/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/examples/durable-object-in-memory-state/
https://developers.cloudflare.com/durable-objects/examples/websocket-server/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/examples/websocket-server/
https://developers.cloudflare.com/durable-objects/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/
https://developers.cloudflare.com/durable-objects/platform/limits/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/platform/limits/
https://developers.cloudflare.com/durable-objects/tutorials/build-a-seat-booking-app/ https://maddy-durable-objects-broken.cloudflare-docs-7ou.pages.dev/durable-objects/tutorials/build-a-seat-booking-app/

@@ -68,7 +68,7 @@ New Location: ${request.cf.city}`);
}
```

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is the exact same text as a few occurrences above, this could be turned into a partial so that, for future changes, you only have to update once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants