diff --git a/README.md b/README.md index 477057c..5cb7ca4 100644 --- a/README.md +++ b/README.md @@ -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) --- diff --git a/README_NEW.md b/README_NEW.md index 520b663..c91d6d2 100644 --- a/README_NEW.md +++ b/README_NEW.md @@ -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) --- diff --git a/docs/beginner_guide.md b/docs/beginner_guide.md index bf9934d..9a19302 100644 --- a/docs/beginner_guide.md +++ b/docs/beginner_guide.md @@ -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 ``` diff --git a/docs/quick_start.md b/docs/quick_start.md index 4147166..5da3336 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -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 ``` diff --git a/streamlit_demo.py b/streamlit_demo.py index fc4b35a..440fb90 100644 --- a/streamlit_demo.py +++ b/streamlit_demo.py @@ -213,6 +213,6 @@ st.markdown("""

QuantumBotX - Making Algorithmic Trading Accessible for Everyone

Developed with ❤️ by Chrisnov IT Solutions

-

View on GitHubDocumentation

+

View on GitHubDocumentation

""", unsafe_allow_html=True)