Skip to content

Commit 20564d4

Browse files
authored
fix docs link to github (#3)
1 parent f53e22f commit 20564d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const config: Config = {
5252
sidebarPath: './sidebars.ts',
5353
// Please change this to your repo.
5454
// Remove this to remove the "edit this page" links.
55-
editUrl: 'https://github.com/cocoIndex/cocoindex/tree/main/docs',
55+
editUrl: 'https://github.com/cocoindex-io/cocoindex/tree/main/docs',
5656
},
5757
blog: false,
5858
theme: {
@@ -115,7 +115,7 @@ const config: Config = {
115115
items: [
116116
{
117117
label: 'GitHub',
118-
href: 'https://github.com/cocoindex',
118+
href: 'https://github.com/cocoindex-io/cocoindex',
119119
},
120120
{
121121
label: 'Discord Community',

0 commit comments

Comments
 (0)