Skip to content

Commit 333c94b

Browse files
committed
fix doc url
1 parent 34d33bb commit 333c94b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,4 @@ saved_checkpoints
150150
data
151151
datasets
152152
tutorial2
153+
site

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# AgentJet
1+
# AgentJet (Beta)
22

33
[![Benchmarking](https://img.shields.io/badge/Benchmarking-0078D4?style=for-the-badge&logo=github)](https://benchmark.agent-matrix.com/)
4-
[![Docs](https://img.shields.io/badge/Docs-Read%20the%20Guide-0A7ECC?style=for-the-badge&logo=readthedocs&logoColor=white)](https://doc.agentjet.top/AgentJet)
4+
[![Docs](https://img.shields.io/badge/Docs-Read%20the%20Documents-0A7ECC?style=for-the-badge&logo=readthedocs&logoColor=white)](https://doc.agentjet.top/AgentJet)
55
[![License](https://img.shields.io/badge/License-Apache--2.0-4c1?style=for-the-badge)](LICENSE)
66
[![Python](https://img.shields.io/badge/Python-3.10+-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://doc.agentjet.top/AgentJet/en/installation#requirements)
77

88
<div align="center">
9-
<img width="500" alt="AgentJet" src="docs/agentjet.jpg"/>
9+
<a href="https://doc.agentjet.top/AgentJet" target="_blank">
10+
<img width="500" alt="AgentJet" src="docs/agentjet.jpg"/>
11+
</a>
1012
</div>
1113

1214

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: AgentJet
2-
site_url: https://agentscope-ai.github.io/AgentJet/
2+
site_url: https://doc.agentjet.top/
33
site_description: "A cutting-edge, user-friendly training framework designed to optimize AgentScope agents and workflows, fine-tuning language model weights behind the scenes."
44
site_author: "Alibaba Tongyi Lab"
55
repo_url: https://github.com/modelscope/AgentJet

0 commit comments

Comments
 (0)