docs: update developer docs for AI-Trader-Server rebrand

Update developer documentation files:
- CONTRIBUTING.md: Update title to AI-Trader-Server
- development-setup.md: Update git clone URL from
  github.com/Xe138/AI-Trader to github.com/Xe138/AI-Trader-Server
- testing.md: Update title to reference AI-Trader-Server

Part of Phase 3: Developer & Deployment Documentation
This commit is contained in:
2025-11-01 11:56:58 -04:00
parent 573264c49f
commit 6f19c9dbe9
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Contributing to AI-Trader
# Contributing to AI-Trader-Server
Guidelines for contributing to the project.

View File

@@ -17,8 +17,8 @@ Local development without Docker.
### 1. Clone Repository
```bash
git clone https://github.com/Xe138/AI-Trader.git
cd AI-Trader
git clone https://github.com/Xe138/AI-Trader-Server.git
cd AI-Trader-Server
```
### 2. Create Virtual Environment

View File

@@ -1,6 +1,6 @@
# Testing Guide
Guide for testing AI-Trader during development.
Guide for testing AI-Trader-Server during development.
---