From 08fbe79ce14f43907c7485558ec7a1382118a602 Mon Sep 17 00:00:00 2001 From: Mara Nikola Kiefer Date: Fri, 6 Feb 2026 12:07:31 +0100 Subject: [PATCH] fix: update video thumbnail paths --- docs/src/content/docs/setup/creating-workflows.mdx | 2 +- docs/src/content/docs/setup/quick-start.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/setup/creating-workflows.mdx b/docs/src/content/docs/setup/creating-workflows.mdx index c07df45e93..f76e801bfc 100644 --- a/docs/src/content/docs/setup/creating-workflows.mdx +++ b/docs/src/content/docs/setup/creating-workflows.mdx @@ -16,7 +16,7 @@ In this guide, we show you how to create agentic workflows in the GitHub web int src="/gh-aw/videos/create-workflow-on-github.mp4" caption="Create an agentic workflow from the GitHub web interface" aspectRatio="16:9" - thumbnail="/gh-aw/images/create-workfow-github-thumbnail.png" + thumbnail="/gh-aw/videos/create-workfow-github-thumbnail.png" /> ## Creating Agentic Workflows using a Coding Agent diff --git a/docs/src/content/docs/setup/quick-start.mdx b/docs/src/content/docs/setup/quick-start.mdx index b266f19514..1b86112474 100644 --- a/docs/src/content/docs/setup/quick-start.mdx +++ b/docs/src/content/docs/setup/quick-start.mdx @@ -17,7 +17,7 @@ The aim here is **automated AI**: to install something that will run **automatic src="/gh-aw/videos/install-and-add-workflow-in-cli.mp4" caption="Install the extension, add a workflow, and trigger a run from the CLI" aspectRatio="16:9" - thumbnail="/gh-aw/images/install-and-add-workflow-in-cli-thumbnail.png" + thumbnail="/gh-aw/videos/install-and-add-workflow-in-cli-thumbnail.png" /> ## Prerequisites