mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
docs: Fix link and tag errors in the README file
Fix link and tag errors in README.md and README-zh.md to ensure that file paths and tag names are consistent
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# 📈 Stock Analysis Agent
|
# 📈 Stock Analysis Agent
|
||||||
|
|
||||||
简体中文 | [English](README-en.md)
|
简体中文 | [English](README.md)
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@@ -13,8 +13,8 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="Python" src="https://img.shields.io/badge/Python-3.10%2B-blue"/>
|
<img alt="Python" src="https://img.shields.io/badge/Python-3.10%2B-blue"/>
|
||||||
<img alt="DeepSeek" src="https://img.shields.io/badge/DeepSeek-V3-blue"/>
|
<img alt="DeepSeek" src="https://img.shields.io/badge/DeepSeek-V3-blue"/>
|
||||||
<img alt="LangChain" src="https://img.shields.io/badge/Camelai-0.2.35-yellowgreen"/>
|
<img alt="Camelai" src="https://img.shields.io/badge/Camelai-0.2.35-yellowgreen"/>
|
||||||
<img alt="LangGraph" src="https://img.shields.io/badge/OWL-0.0.1+-yellow"/>
|
<img alt="OLW" src="https://img.shields.io/badge/OWL-0.0.1+-yellow"/>
|
||||||
<img alt="license" src="https://img.shields.io/badge/license-MIT-lightgrey"/>
|
<img alt="license" src="https://img.shields.io/badge/license-MIT-lightgrey"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 📈 Stock Analysis Agent
|
# 📈 Stock Analysis Agent
|
||||||
|
|
||||||
[简体中文](README.md) | English
|
[简体中文](README-zh.md) | English
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@@ -13,8 +13,8 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="Python" src="https://img.shields.io/badge/Python-3.10%2B-blue"/>
|
<img alt="Python" src="https://img.shields.io/badge/Python-3.10%2B-blue"/>
|
||||||
<img alt="DeepSeek" src="https://img.shields.io/badge/DeepSeek-V3-blue"/>
|
<img alt="DeepSeek" src="https://img.shields.io/badge/DeepSeek-V3-blue"/>
|
||||||
<img alt="LangChain" src="https://img.shields.io/badge/Camelai-0.2.35-yellowgreen"/>
|
<img alt="Camelai" src="https://img.shields.io/badge/Camelai-0.2.35-yellowgreen"/>
|
||||||
<img alt="LangGraph" src="https://img.shields.io/badge/OWL-0.0.1+-yellow"/>
|
<img alt="OLW" src="https://img.shields.io/badge/OWL-0.0.1+-yellow"/>
|
||||||
<img alt="license" src="https://img.shields.io/badge/license-MIT-lightgrey"/>
|
<img alt="license" src="https://img.shields.io/badge/license-MIT-lightgrey"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user