From 1ccc6513e84a92b34ee73e7c7c8968143e37aa75 Mon Sep 17 00:00:00 2001 From: Joel-Jensen <60270137+Joel-Jensen@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:07:47 +0100 Subject: [PATCH] Update old docs link --- docs/configuring-notifications/via-oh-dear.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-notifications/via-oh-dear.md b/docs/configuring-notifications/via-oh-dear.md index 5e4438ea..c41468f5 100644 --- a/docs/configuring-notifications/via-oh-dear.md +++ b/docs/configuring-notifications/via-oh-dear.md @@ -7,7 +7,7 @@ In certain scenario's, your application can be in such a bad state, that it can' Using Oh Dear unlocks some more options: you'll be able to snooze notifications, and there are more delivery channels such as Telegram, Discord, MS Teams, Webhooks and more. -Using this package, you can register a protected endpoint where [the application health check of Oh Dear](http://ohdear.app/docs/general/application-health-monitoring) can read the latest results of the health checks. +Using this package, you can register a protected endpoint where [the application health check of Oh Dear](https://ohdear.app/docs/features/application-health-monitoring) can read the latest results of the health checks. ## Adding a health check endpoint to your Laravel app