From f0dd1a980b0e93fdeb43b491df4474a1593a99f0 Mon Sep 17 00:00:00 2001
From: Sho Iwasawa <sho.iwasawa.2@tier4.jp>
Date: Tue, 7 Jan 2025 21:36:09 +0900
Subject: [PATCH] docs: update CalibrationTools repository link in calibration
 tools guide

Signed-off-by: Sho Iwasawa <sho.iwasawa.2@tier4.jp>
---
 .../calibrating-sensors/calibration-tools/index.md            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/calibration-tools/index.md b/docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/calibration-tools/index.md
index d718743385f..e2eb9a4ef6b 100644
--- a/docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/calibration-tools/index.md
+++ b/docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/calibration-tools/index.md
@@ -55,8 +55,8 @@ Firstly, we will clone CalibrationTools repositories in own autoware.
 
 ```bash
 cd <YOUR-OWN-AUTOWARE-DIRECTORY> # for example: cd autoware.tutorial_vehicle
-wget https://raw.githubusercontent.com/tier4/CalibrationTools/tier4/universe/calibration_tools.repos
-vcs import src < calibration_tools.repos
+wget https://raw.githubusercontent.com/tier4/CalibrationTools/tier4/universe/calibration_tools_autoware.repos
+vcs import src < calibration_tools_autoware.repos
 rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
 ```