From 7862fe50e64b07321b8fcb2cf22b0cc1e74f439b Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:12:25 +0100 Subject: [PATCH 1/2] Fix interview URL --- src/content/videos/index.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/videos/index.yaml b/src/content/videos/index.yaml index 46d1422b8120dc..5f46082ca00075 100644 --- a/src/content/videos/index.yaml +++ b/src/content/videos/index.yaml @@ -202,13 +202,13 @@ entries: languages: [TypeScript] products: [Workers, Workers AI] cloudflare: true - # stream_id: + # stream_id: author: confidence updated: 2024-10-07 difficulty: Beginner content_type: 🎥 Video - pcx_content_type: tutorial - - link: http://localhost:1111/pages/framework-guides/deploy-a-hono-site/#creator-interview + pcx_content_type: tutorial + - link: /pages/framework-guides/deploy-a-hono-site/#creator-interview title: DevTalk | Episode 01 - Yusuke Wada, creator of Hono Framework description: In this interview, Yusuke Wada reflects on his journey in developing Hono. tags: [Pages, Workers] @@ -219,4 +219,4 @@ entries: updated: 2024-10-08 difficulty: Beginner content_type: 🎥 Video - pcx_content_type: interview + pcx_content_type: interview From 87ad34a7842e820ed7626b10e52a02fdec4f7436 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:18:56 +0100 Subject: [PATCH 2/2] Update URL (must be a valid full URL) --- src/content/videos/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/videos/index.yaml b/src/content/videos/index.yaml index 5f46082ca00075..37e95510487472 100644 --- a/src/content/videos/index.yaml +++ b/src/content/videos/index.yaml @@ -208,7 +208,7 @@ entries: difficulty: Beginner content_type: 🎥 Video pcx_content_type: tutorial - - link: /pages/framework-guides/deploy-a-hono-site/#creator-interview + - link: https://developers.cloudflare.com/pages/framework-guides/deploy-a-hono-site/#creator-interview title: DevTalk | Episode 01 - Yusuke Wada, creator of Hono Framework description: In this interview, Yusuke Wada reflects on his journey in developing Hono. tags: [Pages, Workers]