Fix license and star badge links in README

This commit is contained in:
Trading Prediction Technology
2026-04-02 22:19:30 +02:00
committed by GitHub
parent e8db046289
commit 5caa966597
+2 -2
View File
@@ -12,10 +12,10 @@
</p>
<p align="center">
<a href="https://github.com/TPTBusiness/Predix/blob/main/LICENSE"><img src="https://img.shields.io/github/license/PredixAI/predix" alt="License"></a>
<a href="https://github.com/TPTBusiness/Predix/blob/main/LICENSE"><img src="https://img.shields.io/github/license/TPTBusiness/Predix" alt="License"></a>
<a href="https://github.com/TPTBusiness/Predix/actions/workflows/ci.yml"><img src="https://github.com/TPTBusiness/Predix/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a>
<a href="https://github.com/TPTBusiness/Predix/stargazers"><img src="https://img.shields.io/github/stars/PredixAI/predix" alt="Stars"></a>
<a href="https://github.com/TPTBusiness/Predix/stargazers"><img src="https://img.shields.io/github/stars/TPTBusiness/Predix" alt="Stars"></a>
</p>
---