From 3f38b5a277fea3d73dbf0a853415acdd8252d8b2 Mon Sep 17 00:00:00 2001 From: Hanzalah Waheed Date: Thu, 19 Feb 2026 21:34:03 +0400 Subject: [PATCH] feat: Update YouTube link to use channel handle instead of channel id. --- docs/chapter8/1onlineforums.mdx | 2 +- docs/chapter9/1onlineforums.md | 2 +- docusaurus.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/chapter8/1onlineforums.mdx b/docs/chapter8/1onlineforums.mdx index 4fba7ec19..1201b3388 100644 --- a/docs/chapter8/1onlineforums.mdx +++ b/docs/chapter8/1onlineforums.mdx @@ -9,4 +9,4 @@ description: "Onlineforums page in Chapter8 of CircuitVerse documentation." - CircuitVerse Forum: [https://circuitverse.org/forum](https://circuitverse.org/forum) - CircuitVerse on GitHub: [https://github.com/CircuitVerse](https://github.com/CircuitVerse) - CircuitVerse on Slack: [https://circuitverse-team.slack.com](https://circuitverse-team.slack.com) -- CircuitVerse YouTube Channel: [https://www.youtube.com/channel/UCAK48dCPc_QON6Y5QqqRLOg](https://www.youtube.com/channel/UCAK48dCPc_QON6Y5QqqRLOg) +- CircuitVerse YouTube Channel: [https://www.youtube.com/@circuitverse-official](https://www.youtube.com/@circuitverse-official) diff --git a/docs/chapter9/1onlineforums.md b/docs/chapter9/1onlineforums.md index 94eeb6b53..8d34e1ff0 100644 --- a/docs/chapter9/1onlineforums.md +++ b/docs/chapter9/1onlineforums.md @@ -3,4 +3,4 @@ * CircuitVerse Forum: [https://circuitverse.org/forum](https://circuitverse.org/forum) * CircuitVerse on GitHub: [https://github.com/CircuitVerse](https://github.com/CircuitVerse) * CircuitVerse on Slack: [https://circuitverse-team.slack.com](https://circuitverse-team.slack.com) -* CircuitVerse YouTube Channel: [https://www.youtube.com/channel/UCAK48dCPc_QON6Y5QqqRLOg](https://www.youtube.com/channel/UCAK48dCPc_QON6Y5QqqRLOg) \ No newline at end of file +* CircuitVerse YouTube Channel: [https://www.youtube.com/@circuitverse-official](https://www.youtube.com/@circuitverse-official) \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index ba006bedc..bff25331b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -95,7 +95,7 @@ const config = { { label: 'GitHub', href: 'https://github.com/CircuitVerse' }, { label: 'YouTube', - href: 'https://www.youtube.com/channel/UCAK48dCPc_QON6Y5QqqRLOg', + href: 'https://www.youtube.com/@circuitverse-official', }, ], },