From 33dfdf1308ace8b018eec5fffde8636b03ee3cd6 Mon Sep 17 00:00:00 2001 From: Aryan Chaurasia <36154235+kulterryan@users.noreply.github.com> Date: Sun, 2 Nov 2025 02:15:52 +0530 Subject: [PATCH] Fix cloudflare workers anchor link Previously the anchor link was set to "#cloudflare-workers" which was not working due to change in title, so I replaced it with "#cloudflare-workers--official-partner". --- docs/start/framework/react/guide/hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/framework/react/guide/hosting.md b/docs/start/framework/react/guide/hosting.md index 323f9488592..6e3fd8e8074 100644 --- a/docs/start/framework/react/guide/hosting.md +++ b/docs/start/framework/react/guide/hosting.md @@ -18,7 +18,7 @@ However, since hosting is one of the most crucial aspects of your application's Once you've chosen a deployment target, you can follow the deployment guidelines below to deploy your TanStack Start application to the hosting provider of your choice: -- [`cloudflare-workers`](#cloudflare-workers): Deploy to Cloudflare Workers +- [`cloudflare-workers`](#cloudflare-workers--official-partner): Deploy to Cloudflare Workers - [`netlify`](#netlify): Deploy to Netlify - [`nitro`](#nitro): Deploy using Nitro - [`vercel`](#vercel): Deploy to Vercel