diff --git a/docs/cn/dockerfile_instructions_cn.md b/docs/cn/dockerfile_instructions_cn.md index b14f5f7..7f4c759 100644 --- a/docs/cn/dockerfile_instructions_cn.md +++ b/docs/cn/dockerfile_instructions_cn.md @@ -89,7 +89,7 @@ RUN echo "deb https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu/ bionic main" > / ```Bash RUN mkdir carpo-ros2-debs \ -&& wget https://cnbj2m-fds.api.xiaomi.net/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz \ +&& wget https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz \ && tar -xf carpo-ros2-debs.tgz -C carpo-ros2-debs \ && dpkg -i carpo-ros2-debs/*.deb \ && rm -rf * diff --git a/docs/en/dockerfile_instructions_en.md b/docs/en/dockerfile_instructions_en.md index a616ee5..9cdddbd 100644 --- a/docs/en/dockerfile_instructions_en.md +++ b/docs/en/dockerfile_instructions_en.md @@ -89,7 +89,7 @@ RUN echo "deb https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu/ bionic main" > / ```Bash RUN mkdir carpo-ros2-debs \ -&& wget https://cnbj2m-fds.api.xiaomi.net/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz \ +&& wget https://cnbj2m.fds.api.xiaomi.com/bsp-internal/ROS/carpo-ros2-debs/carpo-ros2-debs.tgz \ && tar -xf carpo-ros2-debs.tgz -C carpo-ros2-debs \ && dpkg -i carpo-ros2-debs/*.deb \ && rm -rf *