fix: replace placeholder GitHub URLs with real tonnylegacy/MT5_Optimizer

Sidebar 'Source on GitHub' link and README clone command both pointed at
the placeholder 'your-user' / '<your-user>' rather than the real
tonnylegacy account, so clicking from the dashboard 404'd.
This commit is contained in:
LEGSTECH Optimizer
2026-04-25 13:29:00 +00:00
parent d95e5102c6
commit 405f769ef2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ to the UI flows through [`optimizer/pipeline.py`](optimizer/pipeline.py) via Soc
### 1. Clone + install
```bash
git clone https://github.com/<your-user>/MT5_Optimizer.git
git clone https://github.com/tonnylegacy/MT5_Optimizer.git
cd MT5_Optimizer
python -m venv .venv
.venv\Scripts\activate # Windows