From e4b7e197d387484729c0c5a45aac28eee8566b53 Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 30 Oct 2025 20:26:18 -0400 Subject: [PATCH] Update repository URLs for fork Change HKUDS/AI-Trader to Xe138/AI-Trader Update all documentation links and references --- CHANGELOG.md | 6 +++--- docs/DOCKER.md | 2 +- docs/RELEASING.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06cfe18..dee2c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,6 +93,6 @@ For future releases, use this template: --- -[Unreleased]: https://github.com/HKUDS/AI-Trader/compare/v0.2.0...HEAD -[0.2.0]: https://github.com/HKUDS/AI-Trader/compare/v0.1.0...v0.2.0 -[0.1.0]: https://github.com/HKUDS/AI-Trader/releases/tag/v0.1.0 +[Unreleased]: https://github.com/Xe138/AI-Trader/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/Xe138/AI-Trader/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/Xe138/AI-Trader/releases/tag/v0.1.0 diff --git a/docs/DOCKER.md b/docs/DOCKER.md index f8bf544..78b67e9 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -11,7 +11,7 @@ 1. **Clone repository:** ```bash - git clone https://github.com/HKUDS/AI-Trader.git + git clone https://github.com/Xe138/AI-Trader.git cd AI-Trader ``` diff --git a/docs/RELEASING.md b/docs/RELEASING.md index 766c663..c254e3a 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -36,9 +36,9 @@ Tag push automatically triggers `.github/workflows/docker-release.yml`: ### 4. Verify Build -1. Check GitHub Actions: https://github.com/HKUDS/AI-Trader/actions +1. Check GitHub Actions: https://github.com/Xe138/AI-Trader/actions 2. Verify workflow completed successfully (green checkmark) -3. Check packages: https://github.com/HKUDS/AI-Trader/pkgs/container/ai-trader +3. Check packages: https://github.com/Xe138/AI-Trader/pkgs/container/ai-trader ### 5. Test Release @@ -54,7 +54,7 @@ docker run --env-file .env \ ### 6. Create GitHub Release (Optional) -1. Go to https://github.com/HKUDS/AI-Trader/releases/new +1. Go to https://github.com/Xe138/AI-Trader/releases/new 2. Select tag: `v1.0.0` 3. Release title: `v1.0.0 - Docker Deployment Support` 4. Add release notes: