From f26f5b00159d9f8b9048fd6eb5e3147d5bdce87e Mon Sep 17 00:00:00 2001 From: Ben Copeland Date: Tue, 9 Dec 2025 13:41:14 +0000 Subject: [PATCH] dashboard: update mbedtls urls Signed-off-by: Ben Copeland --- fetch_dashboard_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch_dashboard_data.py b/fetch_dashboard_data.py index a2354558..af66493c 100644 --- a/fetch_dashboard_data.py +++ b/fetch_dashboard_data.py @@ -60,13 +60,13 @@ }, "Mbed TLS": { "Daily": [ - "https://mbedtls.trustedfirmware.org/job/mbed-tls-nightly-tests/" + "https://ci.trustedfirmware.org/job/mbed-tls-nightly-tests/" ], "Weekly": [], "MISRA": [], "Static Analysis": [], "Code Coverage": [ - "https://mbedtls.trustedfirmware.org/job/mbed-tls-nightly-tests/" + "https://ci.trustedfirmware.org/job/mbed-tls-nightly-tests/" ] } }