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