Skip to content

Commit 4953a65

Browse files
authored
fix: correct documentation repository links (#44)
Signed-off-by: Y11Han <2172029629@qq.com>
1 parent dfe40c7 commit 4953a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export const docsContentRoute = '/llms.mdx/docs';
66
// fill this with your actual GitHub info, for example:
77
export const gitConfig = {
88
user: 'mx-space',
9-
repo: 'mx-doc',
9+
repo: 'docs',
1010
branch: 'main',
1111
};

0 commit comments

Comments
 (0)