Update link to opencv in image_process log message (#89008)

This commit is contained in:
Geoff 2023-03-06 01:49:51 +13:00 committed by GitHub
parent cf369ff1a5
commit b51dadbfe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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