Skip to content

Commit 033c5a9

Browse files
Fix PyPI downloads links (#2298)
Refactor code for speed and clarity Co-authored-by: UltralyticsAssistant <[email protected]>
1 parent 0d26f5c commit 033c5a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We are excited to unveil the launch of Ultralytics YOLO11 🚀, the latest advan
4848

4949
Get started today and unlock the full potential of YOLO11! Visit the [Ultralytics Docs](https://docs.ultralytics.com/) for comprehensive guides and resources:
5050

51-
[![PyPI version](https://badge.fury.io/py/ultralytics.svg)](https://badge.fury.io/py/ultralytics) [![Downloads](https://static.pepy.tech/badge/ultralytics)](https://pepy.tech/project/ultralytics)
51+
[![PyPI version](https://badge.fury.io/py/ultralytics.svg)](https://badge.fury.io/py/ultralytics) [![Downloads](https://static.pepy.tech/badge/ultralytics)](https://www.pepy.tech/projects/ultralytics)
5252

5353
```bash
5454
pip install ultralytics

README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ YOLOv3 🚀 是世界上最受欢迎的视觉 AI,代表<a href="https://www.ul
4848

4949
立即开始,解锁 YOLO11 的全部潜力!访问 [Ultralytics 文档](https://docs.ultralytics.com/) 获取全面的指南和资源:
5050

51-
[![PyPI 版本](https://badge.fury.io/py/ultralytics.svg)](https://badge.fury.io/py/ultralytics) [![下载量](https://static.pepy.tech/badge/ultralytics)](https://pepy.tech/project/ultralytics)
51+
[![PyPI 版本](https://badge.fury.io/py/ultralytics.svg)](https://badge.fury.io/py/ultralytics) [![下载量](https://static.pepy.tech/badge/ultralytics)](https://www.pepy.tech/projects/ultralytics)
5252

5353
```bash
5454
pip install ultralytics

0 commit comments

Comments
 (0)