diff --git a/ClawGym-Agents/README.md b/ClawGym-Agents/README.md
index 3ca690f..d6a429e 100644
--- a/ClawGym-Agents/README.md
+++ b/ClawGym-Agents/README.md
@@ -17,4 +17,4 @@ We provide ClawGym-Data and ClawGym-Agents as follows:
## Training Code
-Please refer to [SFT](https://github.com/ClawGym/ClawGym-Agents/tree/main/SFT).
\ No newline at end of file
+Please refer to [SFT](https://github.com/IQuestLab/clawgym/tree/main/ClawGym-Agents/SFT).
\ No newline at end of file
diff --git a/README.md b/README.md
index f77dd2c..2ef7dc2 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@
If you like our project, please give us a star ⭐ on GitHub for the latest update.
## ✨ News
-- **[2026.05.15]** 🔥 We release **ClawGym-Bench**, including the benchmark data and evaluation script.
-- **[2026.05.15]** 🔥 We release **ClawGym-Agents**, including our 13.5K synthesized tasks and 24.5K training trajectories, with corresponding SFT and RL training code.
+- **[2026.05.15]** 🔥 We release [ClawGym-Bench](https://github.com/IQuestLab/clawgym/tree/main/ClawGym-Bench), including the benchmark data and evaluation script.
+- **[2026.05.15]** 🔥 We release [ClawGym-Agents](https://github.com/IQuestLab/clawgym/tree/main/ClawGym-Agents), including our 13.5K synthesized tasks and 24.5K training trajectories, with corresponding SFT and RL training code.
- **[2026.05.15]** 🔥 We release our SFT checkpints: [ClawGym-4B](https://huggingface.co/RUC-AIBOX/ClawGym-4B), [ClawGym-8B](https://huggingface.co/RUC-AIBOX/ClawGym-8B), and [ClawGym-30A3](https://huggingface.co/RUC-AIBOX/ClawGym-30A3).
- **[2026.05.01]** 🚀 We release **Claw Series Part I**: **ClawGym**, our first work on scalable data synthesis, training, and evaluation for Claw-style agents.