From 1ecca2d0c0ed44ed3d8c9155e0763b47035042ea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:14:09 +0000 Subject: [PATCH] Fix broken links: redirect /tutorials/* to learn.temporal.io Co-authored-by: jsundai <36107423+jsundai@users.noreply.github.com> Agent-Logs-Url: https://github.com/jsundai/temporal-documentation/sessions/d1c2b221-c8b6-4537-8c51-417a3e2d6fd3 --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index fd48dd5b3d..7faeccefaf 100644 --- a/vercel.json +++ b/vercel.json @@ -5,6 +5,11 @@ "silent": true }, "redirects": [ + { + "source": "/tutorials/:path*", + "destination": "https://learn.temporal.io/tutorials/:path*", + "permanent": true + }, { "source": "/cloud/introduction", "destination": "/cloud/overview",