Skip to content

Commit b6a80d7

Browse files
committed
fix: 更新文档链接路径以正确指向 docs 目录
Change-Id: I2968f1af7ddbad9f35e39038ae3a04bd75e6488b
1 parent ce4fcb2 commit b6a80d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const config: Config = {
4848
? `https://github.com/Serverless-Devs/agentrun-sdk-python/edit/main/${args.docPath
4949
.replace('api/python/', 'agentrun/')
5050
.replace('.md', '.py')}`
51-
: `https://github.com/Serverless-Devs/agentrun-docs/edit/main/${args.docPath}`;
51+
: `https://github.com/Serverless-Devs/agentrun-docs/edit/main/docs/${args.docPath}`;
5252
},
5353
},
5454
blog: false,

0 commit comments

Comments
 (0)