diff --git a/homeassistant/components/opencv/image_processing.py b/homeassistant/components/opencv/image_processing.py index 7c3a881edf8..41738100cab 100644 --- a/homeassistant/components/opencv/image_processing.py +++ b/homeassistant/components/opencv/image_processing.py @@ -104,7 +104,7 @@ def setup_platform( if not CV2_IMPORTED: _LOGGER.error( "No OpenCV library found! Install or compile for your system " - "following instructions here: http://opencv.org/releases.html" + "following instructions here: https://opencv.org/?s=releases" ) return