diff options
author | Christian Hesse <mail@eworm.de> | 2021-11-11 22:42:54 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-11-11 22:50:30 +0100 |
commit | a9f81c7a14a5001bcdb5516c369886c41e42dc22 (patch) | |
tree | 72a1d638dc34a52b18291e80601d47afb72ddb99 /doc/check-health.md | |
parent | 8a941fcd8d604a0add5b2b5f237b67334553d439 (diff) |
doc: move notification images to script-specific directories
Diffstat (limited to 'doc/check-health.md')
-rw-r--r-- | doc/check-health.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/check-health.md b/doc/check-health.md index 7accc62..9e9e501 100644 --- a/doc/check-health.md +++ b/doc/check-health.md @@ -27,17 +27,17 @@ hardware supports: #### Voltage -![check-health notification voltage](notifications/check-health-voltage.svg) +![check-health notification voltage](check-health.d/notification-01-voltage.svg) #### Temperature -![check-health notification](notifications/check-health-temperature-high.svg) -![check-health notification](notifications/check-health-temperature-ok.svg) +![check-health notification](check-health.d/notification-02-temperature-high.svg) +![check-health notification](check-health.d/notification-03-temperature-ok.svg) #### PSU state -![check-health notification](notifications/check-health-psu-fail.svg) -![check-health notification](notifications/check-health-psu-ok.svg) +![check-health notification](check-health.d/notification-04-psu-fail.svg) +![check-health notification](check-health.d/notification-05-psu-ok.svg) Requirements and installation ----------------------------- |