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"),