From 4281faa98abce9ab4b93c7c56134e6764676e5c0 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Thu, 2 Apr 2026 16:05:30 -0700 Subject: [PATCH] fix(docs): correct image path case mismatch in cuav_x25-evo pages The asset file was renamed from X25-EVO.jpg to x25_evo.jpg in git but all four locale files (en, ko, uk, zh) still referenced the old name. macOS hid this because its filesystem is case-insensitive, but Linux CI (case-sensitive) intermittently failed to resolve the reference during Rollup bundling. Fixes #26958 Signed-off-by: Ramon Roche --- docs/ko/flight_controller/cuav_x25-evo.md | 2 +- docs/uk/flight_controller/cuav_x25-evo.md | 2 +- docs/zh/flight_controller/cuav_x25-evo.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ko/flight_controller/cuav_x25-evo.md b/docs/ko/flight_controller/cuav_x25-evo.md index 2fc5589761..e98b2e9554 100644 --- a/docs/ko/flight_controller/cuav_x25-evo.md +++ b/docs/ko/flight_controller/cuav_x25-evo.md @@ -9,7 +9,7 @@ The _X25-EVO_ is an advanced autopilot manufactured by CUAV®. The autopilot is recommended for commercial system integration but is also suitable for academic research and any other applications. -![X25-EVO AutoPilot - hero image](../../assets/flight_controller/cuav_x25-evo/X25-EVO.jpg) +![X25-EVO AutoPilot - hero image](../../assets/flight_controller/cuav_x25-evo/x25_evo.jpg) The X25-EVO brings you ultimate performance, stability, and reliability in every aspect. diff --git a/docs/uk/flight_controller/cuav_x25-evo.md b/docs/uk/flight_controller/cuav_x25-evo.md index cb96e88271..4ee4258de8 100644 --- a/docs/uk/flight_controller/cuav_x25-evo.md +++ b/docs/uk/flight_controller/cuav_x25-evo.md @@ -9,7 +9,7 @@ The _X25-EVO_ is an advanced autopilot manufactured by CUAV®. The autopilot is recommended for commercial system integration but is also suitable for academic research and any other applications. -![X25-EVO AutoPilot - hero image](../../assets/flight_controller/cuav_x25-evo/X25-EVO.jpg) +![X25-EVO AutoPilot - hero image](../../assets/flight_controller/cuav_x25-evo/x25_evo.jpg) The X25-EVO brings you ultimate performance, stability, and reliability in every aspect. diff --git a/docs/zh/flight_controller/cuav_x25-evo.md b/docs/zh/flight_controller/cuav_x25-evo.md index 75c88350cb..efc3f574f9 100644 --- a/docs/zh/flight_controller/cuav_x25-evo.md +++ b/docs/zh/flight_controller/cuav_x25-evo.md @@ -9,7 +9,7 @@ The _X25-EVO_ is an advanced autopilot manufactured by CUAV®. The autopilot is recommended for commercial system integration but is also suitable for academic research and any other applications. -![X25-EVO AutoPilot - hero image](../../assets/flight_controller/cuav_x25-evo/X25-EVO.jpg) +![X25-EVO AutoPilot - hero image](../../assets/flight_controller/cuav_x25-evo/x25_evo.jpg) The X25-EVO brings you ultimate performance, stability, and reliability in every aspect.