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