From e8db046289e8cf5f29c8823ab78eab2e871cd58f Mon Sep 17 00:00:00 2001
From: Trading Prediction Technology
Date: Thu, 2 Apr 2026 22:18:07 +0200
Subject: [PATCH] Update README links to TPTBusiness repository
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index dcaf7d02..d8e24901 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@
-
-
+
+
-
+
---
@@ -59,7 +59,7 @@ All code in Predix is originally written and implemented independently. Predix e
```bash
# Clone repository
-git clone https://github.com/PredixAI/predix
+git clone https://github.com/TPTBusiness/Predix
cd predix
# Create conda environment
@@ -335,7 +335,7 @@ If you use Predix in your research, please cite the underlying framework:
## Support
-- **Issues**: [GitHub Issues](https://github.com/PredixAI/predix/issues)
+- **Issues**: [GitHub Issues](https://github.com/TPTBusiness/Predix/issues)
- **Documentation**: [Read the Docs](https://rdagent.readthedocs.io/)
---