From 6a6ba2056405a9195a497cfca317b3a049e98cd1 Mon Sep 17 00:00:00 2001 From: shuhao Date: Thu, 23 Jul 2026 21:51:27 +0800 Subject: [PATCH] docs: update SAGE data repository URLs --- tools/DATA_MANAGEMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/DATA_MANAGEMENT.md b/tools/DATA_MANAGEMENT.md index 20c51137..c53556ad 100644 --- a/tools/DATA_MANAGEMENT.md +++ b/tools/DATA_MANAGEMENT.md @@ -75,7 +75,7 @@ When you first clone SAGE: ```bash # Clone SAGE -git clone https://github.com/intellistream/SAGE.git +git clone https://github.com/SAGE-Research/SAGE.git cd SAGE # Update submodules (including libamm and sageData) @@ -160,5 +160,5 @@ New (current): ## See Also - [Git LFS Documentation](https://git-lfs.github.com/) -- [SAGE Data Repository](https://github.com/intellistream/sageData) +- [SAGE Data Repository](https://github.com/SAGE-Research/sageData) - [LibAMM Documentation](../README.md)