From 52cfc06e12141f3cdc0c02b49cb522b61a94afc8 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 19 Jan 2021 17:01:51 +0100 Subject: [PATCH] Replace outdated / closed URL for reporting HA startup blocks (#45334) --- homeassistant/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/core.py b/homeassistant/core.py index 50f62702a59..58d9d1e6754 100644 --- a/homeassistant/core.py +++ b/homeassistant/core.py @@ -304,7 +304,7 @@ class HomeAssistant: _LOGGER.warning( "Something is blocking Home Assistant from wrapping up the " "start up phase. We're going to continue anyway. Please " - "report the following info at http://bit.ly/2ogP58T : %s", + "report the following info at https://github.com/home-assistant/core/issues: %s", ", ".join(self.config.components), )