From 2fd9b299b507f84bdc1d825df81e1cfb3511c2d9 Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Fri, 26 Dec 2025 15:58:13 +0800 Subject: [PATCH] chore: update broken links Signed-off-by: Chojan Shang --- docusaurus.config.ts | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 527f6782..62373049 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -186,20 +186,12 @@ const config: Config = { position: 'left', items: [ { - label: 'AI Workshops', - href: 'https://oceanbase-devhub.github.io', - }, - { - label: 'RAG Bot', - href: 'https://oceanbase-devhub.github.io/ai-workshop-2024', - }, - { - label: 'Dify (MySQL Compatible)', - href: 'https://oceanbase-devhub.github.io/dify/dify@oceanbase-workshop', + label: 'RAG Bot (AI Workshop 2024)', + href: 'https://oceanbase.github.io/ai-workshop-2024', }, { label: 'DB-GPT', - href: 'https://oceanbase-devhub.github.io/DB-GPT/docker/compose_examples/ob_dbgpt_tutorial', + href: 'https://oceanbase.github.io/DB-GPT/docker/compose_examples/ob_dbgpt_tutorial', }, ], },