From c61fbcf1175b39da15bbf135d4bdb13570bfbbc5 Mon Sep 17 00:00:00 2001 From: Courtney Sims Date: Wed, 4 Jun 2025 17:46:35 -0500 Subject: [PATCH] Fix broken links --- src/content/docs/durable-objects/get-started.mdx | 2 +- src/content/docs/workers/frameworks/framework-guides/astro.mdx | 2 +- src/content/docs/workers/frameworks/framework-guides/hono.mdx | 2 +- src/content/docs/workers/frameworks/framework-guides/react.mdx | 2 +- src/content/docs/workers/platform/deploy-buttons.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/durable-objects/get-started.mdx b/src/content/docs/durable-objects/get-started.mdx index 2ae87f45748900b..b4cab7189a78c72 100644 --- a/src/content/docs/durable-objects/get-started.mdx +++ b/src/content/docs/durable-objects/get-started.mdx @@ -20,7 +20,7 @@ If you wish to learn more about Durable Objects, refer to [What are Durable Obje If you want to skip the steps and get started quickly, click on the button below. -[![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) +[![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) This creates a repository in your GitHub account and deploys the application to Cloudflare Workers. Use this option if you are familiar with Cloudflare Workers, and wish to skip the step-by-step guidance. diff --git a/src/content/docs/workers/frameworks/framework-guides/astro.mdx b/src/content/docs/workers/frameworks/framework-guides/astro.mdx index 05e67cb4c06a7b4..0100d8a0dd8e992 100644 --- a/src/content/docs/workers/frameworks/framework-guides/astro.mdx +++ b/src/content/docs/workers/frameworks/framework-guides/astro.mdx @@ -30,7 +30,7 @@ import { **Or just deploy**: Create a static blog with Astro and deploy it on Cloudflare Workers, with CI/CD and previews all set up for you. -[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/templates/tree/staging/astro-blog-starter-template) +[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/templates/tree/main/astro-blog-starter-template) ## What is Astro? diff --git a/src/content/docs/workers/frameworks/framework-guides/hono.mdx b/src/content/docs/workers/frameworks/framework-guides/hono.mdx index bc7a52b91543198..af701fe3056ff73 100644 --- a/src/content/docs/workers/frameworks/framework-guides/hono.mdx +++ b/src/content/docs/workers/frameworks/framework-guides/hono.mdx @@ -27,7 +27,7 @@ import { **Or just deploy** - create a full-stack app using Hono, React and Vite, with CI/CD and previews all set up for you. -[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/templates/tree/staging/vite-react-template) +[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/templates/tree/main/vite-react-template) ## What is Hono? diff --git a/src/content/docs/workers/frameworks/framework-guides/react.mdx b/src/content/docs/workers/frameworks/framework-guides/react.mdx index 66b8404e766cf84..25ef19bf31ba0b4 100644 --- a/src/content/docs/workers/frameworks/framework-guides/react.mdx +++ b/src/content/docs/workers/frameworks/framework-guides/react.mdx @@ -27,7 +27,7 @@ import { **Or just deploy** - create a full-stack app using React, Hono API and Vite, with CI/CD and previews all set up for you. -[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/templates/tree/staging/vite-react-template) +[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/templates/tree/main/vite-react-template) ## What is React? diff --git a/src/content/docs/workers/platform/deploy-buttons.mdx b/src/content/docs/workers/platform/deploy-buttons.mdx index 0123e50b49001fc..43d347b619da1b0 100644 --- a/src/content/docs/workers/platform/deploy-buttons.mdx +++ b/src/content/docs/workers/platform/deploy-buttons.mdx @@ -11,7 +11,7 @@ import { Tabs, TabItem } from "@astrojs/starlight/components"; If you're building a Workers application and would like to share it with other developers, you can embed a Deploy to Cloudflare button in your README, blog post, or documentation to enable others to quickly deploy your application on their own Cloudflare account. Deploy to Cloudflare buttons eliminate the need for complex setup, allowing developers to get started with your public GitHub or GitLab repository in just a few clicks. -[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/staging/saas-admin-template) +[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/saas-admin-template) ## What are Deploy to Cloudflare buttons? Deploy to Cloudflare buttons simplify the deployment of a Workers application by enabling Cloudflare to: