diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9ce48658b1..b23ae7ce4c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -26,17 +26,17 @@ - [ ] I report the issue, it's not a question - [ ] I checked the problem with documentation, FAQ, open issues, - answers.opencv.org, Stack Overflow, etc and have not found solution + forum.opencv.org, Stack Overflow, etc and have not found solution diff --git a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown index 487ba72ee7..b013ef014e 100644 --- a/doc/py_tutorials/py_setup/py_intro/py_intro.markdown +++ b/doc/py_tutorials/py_setup/py_intro/py_intro.markdown @@ -83,4 +83,4 @@ Additional Resources 2. [NumPy Quickstart tutorial](https://numpy.org/devdocs/user/quickstart.html) 3. [NumPy Reference](https://numpy.org/devdocs/reference/index.html#reference) 4. [OpenCV Documentation](http://docs.opencv.org/) -5. [OpenCV Forum](http://answers.opencv.org/questions/) +5. [OpenCV Forum](https://forum.opencv.org/) diff --git a/doc/tutorials/introduction/android_binary_package/O4A_SDK.markdown b/doc/tutorials/introduction/android_binary_package/O4A_SDK.markdown index bfc5842441..938dd613ed 100644 --- a/doc/tutorials/introduction/android_binary_package/O4A_SDK.markdown +++ b/doc/tutorials/introduction/android_binary_package/O4A_SDK.markdown @@ -28,7 +28,7 @@ If you need help with anything of the above, you may refer to our @ref tutorial_ If you encounter any error after thoroughly following these steps, feel free to contact us via [OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A -forum](http://answers.opencv.org). We'll do our best to help you out. +forum](https://forum.opencv.org). We'll do our best to help you out. General info ------------ diff --git a/doc/tutorials/introduction/android_binary_package/android_dev_intro.markdown b/doc/tutorials/introduction/android_binary_package/android_dev_intro.markdown index 47dc07be43..584f9a2f6c 100644 --- a/doc/tutorials/introduction/android_binary_package/android_dev_intro.markdown +++ b/doc/tutorials/introduction/android_binary_package/android_dev_intro.markdown @@ -19,7 +19,7 @@ working environment quickly. It was written with Windows 7 in mind, though it wo If you encounter any error after thoroughly following these steps, feel free to contact us via [OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A -forum](http://answers.opencv.org). We'll do our best to help you out. +forum](https://forum.opencv.org). We'll do our best to help you out. Preface ------- diff --git a/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.markdown b/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.markdown index 92dd77af67..5acdbc41ed 100644 --- a/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.markdown +++ b/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.markdown @@ -32,7 +32,7 @@ may consult our @ref tutorial_O4A_SDK tutorial. If you encounter any error after thoroughly following these steps, feel free to contact us via [OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A -forum](http://answers.opencv.org) . We'll do our best to help you out. +forum](https://forum.opencv.org) . We'll do our best to help you out. Using OpenCV Library Within Your Android Project ------------------------------------------------ diff --git a/doc/tutorials/introduction/windows_install/windows_install.markdown b/doc/tutorials/introduction/windows_install/windows_install.markdown index 877ca86992..56fe64998c 100644 --- a/doc/tutorials/introduction/windows_install/windows_install.markdown +++ b/doc/tutorials/introduction/windows_install/windows_install.markdown @@ -14,7 +14,7 @@ This tutorial can contain obsolete information. The description here was tested on Windows 7 SP1. Nevertheless, it should also work on any other relatively modern version of Windows OS. If you encounter errors after following the steps described -below, feel free to contact us via our [OpenCV Q&A forum](http://answers.opencv.org). We'll do our +below, feel free to contact us via our [OpenCV Q&A forum](https://forum.opencv.org). We'll do our best to help you out. @note To use the OpenCV library you have two options: @ref tutorial_windows_install_prebuilt or @@ -352,7 +352,7 @@ libraries). If you do not need the support for some of these, you can just freel To test your build just go into the `Build/bin/Debug` or `Build/bin/Release` directory and start a couple of applications like the *contours.exe*. If they run, you are done. Otherwise, - something definitely went awfully wrong. In this case you should contact us at our [Q&A forum](http://answers.opencv.org/). + something definitely went awfully wrong. In this case you should contact us at our [Q&A forum](https://forum.opencv.org/). If everything is okay, the *contours.exe* output should resemble the following image (if built with Qt support): diff --git a/modules/videoio/src/cap_v4l.cpp b/modules/videoio/src/cap_v4l.cpp index 3f37a97b92..739c30a51f 100644 --- a/modules/videoio/src/cap_v4l.cpp +++ b/modules/videoio/src/cap_v4l.cpp @@ -14,9 +14,6 @@ It has been tested with the motempl sample program First Patch: August 24, 2004 Travis Wood TravisOCV@tkwood.com For Release: OpenCV-Linux Beta4 opencv-0.9.6 Tested On: LMLBT44 with 8 video inputs -Problems? Post your questions at answers.opencv.org, - Report bugs at code.opencv.org, - Submit your fixes at https://github.com/opencv/opencv/ Patched Comments: TW: The cv cam utils that came with the initial release of OpenCV for LINUX Beta4 diff --git a/samples/cpp/stereo_calib.cpp b/samples/cpp/stereo_calib.cpp index 5c1471e4c2..9f5aa56ed6 100644 --- a/samples/cpp/stereo_calib.cpp +++ b/samples/cpp/stereo_calib.cpp @@ -17,7 +17,6 @@ OPENCV WEBSITES: Homepage: http://opencv.org Online docs: http://docs.opencv.org - Q&A forum: http://answers.opencv.org GitHub: https://github.com/opencv/opencv/ ************************************************** */