From 7b81e9bd6f9a1a4b14e63a5309d472656db4dba4 Mon Sep 17 00:00:00 2001 From: Kacper Wojciechowski <39823706+jog1t@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:19:56 +0200 Subject: [PATCH 1/2] fix(redirects): point Vercel Workflows URLs at the Workflow SDK page --- redirects.mjs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/redirects.mjs b/redirects.mjs index 26d1d42d..844ac5f7 100644 --- a/redirects.mjs +++ b/redirects.mjs @@ -22,8 +22,8 @@ const explicitRedirects = { // Integrations moved out of the documentation URL hierarchy. '/docs/integrations': '/integrations/', '/docs/integrations/vercel-eve': '/integrations/vercel-eve/', - '/docs/integrations/vercel-workflow': '/integrations/vercel-workflows/', - '/integrations/vercel-workflow': '/integrations/vercel-workflows/', + '/docs/integrations/vercel-workflow': '/actors/integrations/workflow-sdk/', + '/integrations/vercel-workflow': '/actors/integrations/workflow-sdk/', // The Tutorials tab became Learn. '/actors/tutorials': '/actors/learn/', '/agentos/tutorials': '/agentos/docs/', @@ -42,7 +42,7 @@ const explicitRedirects = { '/cookbook/vpc-air-gapped': '/actors/learn/vpc-air-gapped/', '/integrations/flue': '/actors/integrations/flue/', '/integrations/vercel-eve': '/actors/integrations/vercel-eve/', - '/integrations/vercel-workflows': '/actors/integrations/vercel-workflows/', + '/integrations/vercel-workflows': '/actors/integrations/workflow-sdk/', // Documentation restructure '/docs/setup': '/actors/docs/', // Dead links inside dated changelog posts. Neither target ever existed, so @@ -121,7 +121,9 @@ const explicitRedirects = { '/docs/integrations': '/actors/integrations/', '/docs/integrations/flue': '/actors/integrations/flue/', '/docs/integrations/vercel-eve': '/actors/integrations/vercel-eve/', - '/docs/integrations/vercel-workflows': '/actors/integrations/vercel-workflows/', + '/docs/integrations/vercel-workflows': '/actors/integrations/workflow-sdk/', + // The Vercel Workflows page is named after the SDK it integrates with. + '/actors/integrations/vercel-workflows': '/actors/integrations/workflow-sdk/', // `/contact` was never a page here; sales is the live destination. '/contact': '/sales/', From c8c3c453064449a5482e0cf567f2ecd614f8a87f Mon Sep 17 00:00:00 2001 From: Kacper Wojciechowski <39823706+jog1t@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:23:05 +0200 Subject: [PATCH 2/2] fix(integrations): rename the Vercel Workflows entry to Workflow SDK --- src/data/integrations.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/integrations.ts b/src/data/integrations.ts index 245f6d9e..f3958f3b 100644 --- a/src/data/integrations.ts +++ b/src/data/integrations.ts @@ -39,9 +39,9 @@ const ACTORS: Integration[] = [ badge: "Beta", }, { - title: "Vercel Workflows", - description: "Vercel Workflows backed by Rivet Actors.", - slug: "vercel-workflows", + title: "Workflow SDK", + description: "Vercel's Workflow SDK backed by Rivet Actors.", + slug: "workflow-sdk", category: "Workflows", icon: { src: "/images/vendors/workflow.svg" }, badge: "Beta",