Skip to content

Commit

Permalink
fix hyperlinks (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbc2016 authored Mar 20, 2024
1 parent 3587120 commit 0e0b68a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ pip install -e .\[dev\]
pre-commit install
```

Please refer to our [Contribution Guide](https://modelscope.github.io/agentscope/tutorial/contribute.html) for more details.
Please refer to our [Contribution Guide](https://modelscope.github.io/agentscope/en/tutorial/302-contribute.html) for more details.

## References

Expand Down
38 changes: 19 additions & 19 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,24 +215,24 @@ while True:

## 教程

- [快速上手](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/quick_start.html)
- [关于AgentScope](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/101-agentscope.html)
- [安装](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/102-installation.html)
- [快速开始](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/103-example.html)
- [创建您的第一个应用](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/104-usecase.html)
- [日志和WebUI](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/105-logging.html#)
- [进阶使用](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/advance.html)
- [定制你自己的Agent](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/201-agent.html)
- [Pipeline和MsgHub](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/202-pipeline.html)
- [模型](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/203-model.html)
- [服务函数](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/204-service.html)
- [记忆](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/205-memory.html)
- [提示工程](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/206-prompt.html)
- [监控器](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/207-monitor.html)
- [分布式](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/208-distribute.html)
- [参与贡献](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/contribute.html)
- [加入AgentScope社区](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/301-community.html)
- [贡献到AgentScope](https://modelscope.github.io/agentscope/zh_CN/tutorial_zh/302-contribute.html)
- [快速上手](https://modelscope.github.io/agentscope/zh_CN/tutorial/quick_start.html)
- [关于AgentScope](https://modelscope.github.io/agentscope/zh_CN/tutorial/101-agentscope.html)
- [安装](https://modelscope.github.io/agentscope/zh_CN/tutorial/102-installation.html)
- [快速开始](https://modelscope.github.io/agentscope/zh_CN/tutorial/103-example.html)
- [创建您的第一个应用](https://modelscope.github.io/agentscope/zh_CN/tutorial/104-usecase.html)
- [日志和WebUI](https://modelscope.github.io/agentscope/zh_CN/tutorial/105-logging.html#)
- [进阶使用](https://modelscope.github.io/agentscope/zh_CN/tutorial/advance.html)
- [定制你自己的Agent](https://modelscope.github.io/agentscope/zh_CN/tutorial/201-agent.html)
- [Pipeline和MsgHub](https://modelscope.github.io/agentscope/zh_CN/tutorial/202-pipeline.html)
- [模型](https://modelscope.github.io/agentscope/zh_CN/tutorial/203-model.html)
- [服务函数](https://modelscope.github.io/agentscope/zh_CN/tutorial/204-service.html)
- [记忆](https://modelscope.github.io/agentscope/zh_CN/tutorial/205-memory.html)
- [提示工程](https://modelscope.github.io/agentscope/zh_CN/tutorial/206-prompt.html)
- [监控器](https://modelscope.github.io/agentscope/zh_CN/tutorial/207-monitor.html)
- [分布式](https://modelscope.github.io/agentscope/zh_CN/tutorial/208-distribute.html)
- [参与贡献](https://modelscope.github.io/agentscope/zh_CN/tutorial/contribute.html)
- [加入AgentScope社区](https://modelscope.github.io/agentscope/zh_CN/tutorial/301-community.html)
- [贡献到AgentScope](https://modelscope.github.io/agentscope/zh_CN/tutorial/302-contribute.html)

## License

Expand All @@ -253,7 +253,7 @@ pip install -e .\[dev\]
pre-commit install
```

请参阅我们的[贡献指南](https://modelscope.github.io/agentscope/tutorial/contribute.html)了解更多细节。
请参阅我们的[贡献指南](https://modelscope.github.io/agentscope/zh_CN/tutorial/302-contribute.html)了解更多细节。

## 引用

Expand Down

0 comments on commit 0e0b68a

Please sign in to comment.