summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-04-08 14:21:29 +0200
committerGitHub <noreply@github.com>2022-04-08 14:21:29 +0200
commita718ea43f89d3d7494624da4b226d2eff101acb0 (patch)
tree45bab7e30a58a51b83c31596321175dbda1cf72f /docs
parent924980f9f850ee6c08f207d71de983cf54a46f32 (diff)
Fix broken link in how-to-guide (#1065)
Diffstat (limited to 'docs')
-rw-r--r--docs/src/howto-guides/021_enable_tedge_watchdog_using_systemd.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/howto-guides/021_enable_tedge_watchdog_using_systemd.md b/docs/src/howto-guides/021_enable_tedge_watchdog_using_systemd.md
index 49c60fee..5941264b 100644
--- a/docs/src/howto-guides/021_enable_tedge_watchdog_using_systemd.md
+++ b/docs/src/howto-guides/021_enable_tedge_watchdog_using_systemd.md
@@ -58,8 +58,8 @@ Once the health status response is received from a particular service, the `tedg
## Debugging
One can observe the message exchange between the `service` and the `watchdog` by subscribing to `tedge/health/#` and `tedge/health-check/#` topics.
-For more info check [here](./020_monitor_tedge_health)
+For more info check [here](./020_monitor_tedge_health.md)
> Note: If the watchdog service did not send the notification to the systemd within `WatchdogSec`, then the systemd will kill the existing service process and restarts it.
-> Note: [Here](https://www.medo64.com/2019/01/systemd-watchdog-for-any-service/) is an example about using `systemd watchdog` feature. \ No newline at end of file
+> Note: [Here](https://www.medo64.com/2019/01/systemd-watchdog-for-any-service/) is an example about using `systemd watchdog` feature.