chore: sync branding and repository URL to new GitHub username

This commit is contained in:
chrisnov-it
2026-02-05 22:09:41 +08:00
parent 5df683e2ce
commit e9b6b2afac
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -224,7 +224,7 @@ DB_NAME=bots.db
1. **Clone the repository:**
```bash
git clone https://github.com/rebarakaz/quantumbotx.git
git clone https://github.com/chrisnov-it/quantumbotx.git
cd quantumbotx
```
@@ -315,7 +315,7 @@ wine xmglobal5setup.exe
```bash
# Set up the project as usual
git clone https://github.com/rebarakaz/quantumbotx.git
git clone https://github.com/chrisnov-it/quantumbotx.git
cd quantumbotx
python -m venv venv
source venv/bin/activate
@@ -426,7 +426,7 @@ Concept, Logic & Execution: `@chrisnov` aka BabyDev
If you like this project, give it a ⭐ on GitHub, or buy me a coffee to support future versions:
[img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate with PayPal"](https://www.paypal.com/paypalme/rebarakaz)
[img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate with PayPal"](https://www.paypal.com/paypalme/chrisnov-it)
---
+1 -1
View File
@@ -215,7 +215,7 @@ python run.py
Enjoy QuantumBotX? Consider supporting future development:
[img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate with PayPal"](https://www.paypal.com/paypalme/rebarakaz)
[img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate with PayPal"](https://www.paypal.com/paypalme/chrisnov-it)
---
+1 -1
View File
@@ -24,7 +24,7 @@ QuantumBotX is an intelligent, modular trading bot platform built for MetaTrader
### Installation Steps
1. Clone the repository:
```bash
git clone https://github.com/rebarakaz/quantumbotx.git
git clone https://github.com/chrisnov-it/quantumbotx.git
cd quantumbotx
```
+1 -1
View File
@@ -14,7 +14,7 @@ Get up and running with QuantumBotX in under 10 minutes!
### Step 1: Download QuantumBotX
```bash
git clone https://github.com/rebarakaz/quantumbotx.git
git clone https://github.com/chrisnov-it/quantumbotx.git
cd quantumbotx
```
+1 -1
View File
@@ -213,6 +213,6 @@ st.markdown("""
<div style='text-align: center; color: #666;'>
<p><strong>QuantumBotX</strong> - Making Algorithmic Trading Accessible for Everyone</p>
<p>Developed with ❤️ by Chrisnov IT Solutions</p>
<p><a href='https://github.com/rebarakaz/quantumbotx' target='_blank'>View on GitHub</a> • <a href='#' target='_blank'>Documentation</a></p>
<p><a href='https://github.com/chrisnov-it/quantumbotx' target='_blank'>View on GitHub</a> • <a href='#' target='_blank'>Documentation</a></p>
</div>
""", unsafe_allow_html=True)