From cfd8002bfe15f5efca70c65d9bc8eefc92357a34 Mon Sep 17 00:00:00 2001 From: Artur <40683252+Artur-at-work@users.noreply.github.com> Date: Wed, 10 Jan 2024 03:49:04 +0800 Subject: [PATCH] Update the document link for s0ix troubleshooting guide. (infra) (#906) (#907) Update the documentation link for s0ix troubleshooting guide. (infra) (#906) --- providers/base/units/power-management/jobs.pxu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/base/units/power-management/jobs.pxu b/providers/base/units/power-management/jobs.pxu index b39b383fde..fcd09d1607 100644 --- a/providers/base/units/power-management/jobs.pxu +++ b/providers/base/units/power-management/jobs.pxu @@ -375,7 +375,7 @@ _summary: Test if CPU records time in desired low power C-state when idle _description: When the system has the screen on, but the CPU is idle, it should enter deeper idle state to reduce power consumption. The expected states are identified as PC8, PC9 and PC10. - For more detail refer to https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting + For more detail refer to https://web.archive.org/web/20230614200306/https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting unit: job plugin: shell requires: @@ -388,7 +388,7 @@ command: if [ $RET -ne 0 ]; then echo "The CPU package target idle state residency is 0." echo "It will consume more power when the system has the screen on, but the CPU is idle." - echo "More detail is in https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting." + echo "More detail is in https://web.archive.org/web/20230614200306/https://01.org/blogs/qwang59/2020/linux-s0ix-troubleshooting." exit 1 fi user: root