From 0e34dbd01f1d2c11e973bd13dd01b903b2b0b43b Mon Sep 17 00:00:00 2001 From: Linghua Jin Date: Mon, 3 Mar 2025 18:52:24 -0800 Subject: [PATCH] fix docs link to github --- docs/docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index baa11b00..f131e584 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -52,7 +52,7 @@ const config: Config = { sidebarPath: './sidebars.ts', // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: 'https://github.com/cocoIndex/cocoindex/tree/main/docs', + editUrl: 'https://github.com/cocoindex-io/cocoindex/tree/main/docs', }, blog: false, theme: { @@ -115,7 +115,7 @@ const config: Config = { items: [ { label: 'GitHub', - href: 'https://github.com/cocoindex', + href: 'https://github.com/cocoindex-io/cocoindex', }, { label: 'Discord Community',