From 7e3550dff808c274c097c4389653ced0ed80136e Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Tue, 9 Sep 2025 09:53:08 +0200 Subject: [PATCH] Update Conan URL to use official Conan Center Signed-off-by: Uilian Ries --- .../introduction/general_install/general_install.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/general_install/general_install.markdown b/doc/tutorials/introduction/general_install/general_install.markdown index 7b0c5d2b06..e8c679e508 100644 --- a/doc/tutorials/introduction/general_install/general_install.markdown +++ b/doc/tutorials/introduction/general_install/general_install.markdown @@ -26,7 +26,7 @@ Other organizations and people maintain their own binary distributions of OpenCV - System packages in popular Linux distributions (https://pkgs.org/search/?q=opencv) - PyPI (https://pypi.org/search/?q=opencv) - Conda (https://anaconda.org/search?q=opencv) -- Conan (https://github.com/conan-community/conan-opencv) +- Conan (https://conan.io/center/recipes/opencv) - vcpkg (https://github.com/microsoft/vcpkg/tree/master/ports/opencv) - NuGet (https://www.nuget.org/packages?q=opencv) - Brew (https://formulae.brew.sh/formula/opencv)