Skip to content

Commit d4e4c35

Browse files
Fix PyPI downloads links (#13403)
Refactor code for speed and clarity Co-authored-by: UltralyticsAssistant <[email protected]>
1 parent 2f74455 commit d4e4c35

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
@@ -49,7 +49,7 @@ We are excited to unveil the launch of Ultralytics YOLO11 🚀, the latest advan
4949

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

52-
[![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)
52+
[![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)
5353

5454
```bash
5555
pip install ultralytics

README.zh-CN.md

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

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

50-
[![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)
50+
[![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)
5151

5252
```bash
5353
pip install ultralytics

0 commit comments

Comments
 (0)