From b6d5409fa0cb617775c95505fbd96ecbc3741da1 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Sat, 21 Feb 2026 22:33:08 +0300 Subject: [PATCH] fix(settings): update health check link to correct URL path Updated the `health_check` menu link to use the correct URL path, ensuring navigation works as expected. --- schon/settings/unfold.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schon/settings/unfold.py b/schon/settings/unfold.py index b7e20926..1f9eac98 100644 --- a/schon/settings/unfold.py +++ b/schon/settings/unfold.py @@ -49,7 +49,7 @@ UNFOLD: dict[str, Any] = { { "icon": "health_metrics", "title": _("Health"), - "link": reverse_lazy("health_check:health_check_home"), + "link": reverse_lazy("health_check"), }, { "title": _("Support"),