|
1 | 1 | <div align="center"> |
2 | | - <a href="https://github.com/brokermr810/QuantDinger"> |
| 2 | + <a href="https://github.com/OpenByteInc/QuantDinger"> |
3 | 3 | <img src="docs/screenshots/logo.jpg" alt="QuantDinger logo" width="180" height="180"> |
4 | 4 | </a> |
5 | 5 |
|
|
42 | 42 | <img src="https://img.shields.io/badge/PostgreSQL-18-4169E1?style=flat-square&logo=postgresql&logoColor=white" alt="PostgreSQL 18"> |
43 | 43 | <img src="https://img.shields.io/badge/Redis-8-DC382D?style=flat-square&logo=redis&logoColor=white" alt="Redis 8"> |
44 | 44 | <img src="https://img.shields.io/badge/Docker-Compose-2496ED?style=flat-square&logo=docker&logoColor=white" alt="Docker Compose"> |
45 | | - <img src="https://img.shields.io/github/v/release/brokermr810/QuantDinger?style=flat-square&label=Release" alt="Latest release"> |
| 45 | + <img src="https://img.shields.io/github/v/release/OpenByteInc/QuantDinger?style=flat-square&label=Release" alt="Latest release"> |
46 | 46 | </p> |
47 | 47 | </div> |
48 | 48 |
|
@@ -159,13 +159,13 @@ not required. |
159 | 159 | Linux or macOS: |
160 | 160 |
|
161 | 161 | ```bash |
162 | | -curl -fsSL https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.sh | bash |
| 162 | +curl -fsSL https://raw.githubusercontent.com/OpenByteInc/QuantDinger/main/install.sh | bash |
163 | 163 | ``` |
164 | 164 |
|
165 | 165 | Windows PowerShell: |
166 | 166 |
|
167 | 167 | ```powershell |
168 | | -irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 | iex |
| 168 | +irm https://raw.githubusercontent.com/OpenByteInc/QuantDinger/main/install.ps1 | iex |
169 | 169 | ``` |
170 | 170 |
|
171 | 171 | The installer asks for the initial administrator credentials, generates the |
@@ -220,7 +220,7 @@ legacy-image recovery and rootless/NFS notes. |
220 | 220 | ### Option B: source checkout |
221 | 221 |
|
222 | 222 | ```bash |
223 | | -git clone https://github.com/brokermr810/QuantDinger.git |
| 223 | +git clone https://github.com/OpenByteInc/QuantDinger.git |
224 | 224 | cd QuantDinger |
225 | 225 | cp backend_api_python/env.example backend_api_python/.env |
226 | 226 | cp .env.example .env |
@@ -549,10 +549,10 @@ and **Broker Accounts → Open account**. |
549 | 549 | - QuantDinger is a product of **Open Byte Inc**. The name, logo, product |
550 | 550 | identity, and commercial licensing are managed separately from the code license. |
551 | 551 | - Web frontend source is published in |
552 | | - [QuantDinger Frontend](https://github.com/brokermr810/QuantDinger-Vue) under |
| 552 | + [QuantDinger Frontend](https://github.com/OpenByteInc/QuantDinger-Vue) under |
553 | 553 | its own source-available license. |
554 | 554 | - Mobile H5 and native client source is published in |
555 | | - [QuantDinger Mobile](https://github.com/brokermr810/QuantDinger-Mobile) under |
| 555 | + [QuantDinger Mobile](https://github.com/OpenByteInc/QuantDinger-Mobile) under |
556 | 556 | its own source-available license. |
557 | 557 | - Trademark, branding, attribution, and watermark use is governed by |
558 | 558 | [TRADEMARKS.md](TRADEMARKS.md). Apache 2.0 does not grant trademark rights. |
@@ -598,7 +598,7 @@ arising from use or misuse of the software. |
598 | 598 | - [Website](https://www.quantdinger.com) |
599 | 599 | - [Contributing guide](CONTRIBUTING.md) |
600 | 600 | - [Contributors](CONTRIBUTORS.md) |
601 | | -- [Report bugs or request features](https://github.com/brokermr810/QuantDinger/issues) |
| 601 | +- [Report bugs or request features](https://github.com/OpenByteInc/QuantDinger/issues) |
602 | 602 | |
603 | 603 |
|
604 | 604 | ## Sponsors |
|
0 commit comments