Skip to content

Commit 995c308

Browse files
committed
Merge pull request opencv#19353 from mshabunin:new-forum-links-master
2 parents 8a44e71 + e4e10e5 commit 995c308

File tree

8 files changed

+9
-13
lines changed

8 files changed

+9
-13
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626

2727
- [ ] I report the issue, it's not a question
2828
<!--
29-
OpenCV team works with answers.opencv.org, Stack Overflow and other communities
29+
OpenCV team works with forum.opencv.org, Stack Overflow and other communities
3030
to discuss problems. Tickets with question without real issue statement will be
3131
closed.
3232
-->
3333
- [ ] I checked the problem with documentation, FAQ, open issues,
34-
answers.opencv.org, Stack Overflow, etc and have not found solution
34+
forum.opencv.org, Stack Overflow, etc and have not found solution
3535
<!--
3636
Places to check:
3737
* OpenCV documentation: https://docs.opencv.org
3838
* FAQ page: https://github.com/opencv/opencv/wiki/FAQ
39-
* OpenCV forum: https://answers.opencv.org
39+
* OpenCV forum: https://forum.opencv.org
4040
* OpenCV issue tracker: https://github.com/opencv/opencv/issues?q=is%3Aissue
4141
* Stack Overflow branch: https://stackoverflow.com/questions/tagged/opencv
4242
-->

doc/py_tutorials/py_setup/py_intro/py_intro.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ Additional Resources
8383
2. [NumPy Quickstart tutorial](https://numpy.org/devdocs/user/quickstart.html)
8484
3. [NumPy Reference](https://numpy.org/devdocs/reference/index.html#reference)
8585
4. [OpenCV Documentation](http://docs.opencv.org/)
86-
5. [OpenCV Forum](http://answers.opencv.org/questions/)
86+
5. [OpenCV Forum](https://forum.opencv.org/)

doc/tutorials/introduction/android_binary_package/O4A_SDK.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you need help with anything of the above, you may refer to our @ref tutorial_
2828

2929
If you encounter any error after thoroughly following these steps, feel free to contact us via
3030
[OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A
31-
forum](http://answers.opencv.org). We'll do our best to help you out.
31+
forum](https://forum.opencv.org). We'll do our best to help you out.
3232

3333
General info
3434
------------

doc/tutorials/introduction/android_binary_package/android_dev_intro.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ working environment quickly. It was written with Windows 7 in mind, though it wo
1919

2020
If you encounter any error after thoroughly following these steps, feel free to contact us via
2121
[OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A
22-
forum](http://answers.opencv.org). We'll do our best to help you out.
22+
forum](https://forum.opencv.org). We'll do our best to help you out.
2323

2424
Preface
2525
-------

doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ may consult our @ref tutorial_O4A_SDK tutorial.
3232

3333
If you encounter any error after thoroughly following these steps, feel free to contact us via
3434
[OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A
35-
forum](http://answers.opencv.org) . We'll do our best to help you out.
35+
forum](https://forum.opencv.org) . We'll do our best to help you out.
3636

3737
Using OpenCV Library Within Your Android Project
3838
------------------------------------------------

doc/tutorials/introduction/windows_install/windows_install.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This tutorial can contain obsolete information.
1414

1515
The description here was tested on Windows 7 SP1. Nevertheless, it should also work on any other
1616
relatively modern version of Windows OS. If you encounter errors after following the steps described
17-
below, feel free to contact us via our [OpenCV Q&A forum](http://answers.opencv.org). We'll do our
17+
below, feel free to contact us via our [OpenCV Q&A forum](https://forum.opencv.org). We'll do our
1818
best to help you out.
1919

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

353353
To test your build just go into the `Build/bin/Debug` or `Build/bin/Release` directory and start
354354
a couple of applications like the *contours.exe*. If they run, you are done. Otherwise,
355-
something definitely went awfully wrong. In this case you should contact us at our [Q&A forum](http://answers.opencv.org/).
355+
something definitely went awfully wrong. In this case you should contact us at our [Q&A forum](https://forum.opencv.org/).
356356
If everything is okay, the *contours.exe* output should resemble the following image (if
357357
built with Qt support):
358358

modules/videoio/src/cap_v4l.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ It has been tested with the motempl sample program
1414
First Patch: August 24, 2004 Travis Wood TravisOCV@tkwood.com
1515
For Release: OpenCV-Linux Beta4 opencv-0.9.6
1616
Tested On: LMLBT44 with 8 video inputs
17-
Problems? Post your questions at answers.opencv.org,
18-
Report bugs at code.opencv.org,
19-
Submit your fixes at https://github.com/opencv/opencv/
2017
Patched Comments:
2118
2219
TW: The cv cam utils that came with the initial release of OpenCV for LINUX Beta4

samples/cpp/stereo_calib.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
OPENCV WEBSITES:
1818
Homepage: http://opencv.org
1919
Online docs: http://docs.opencv.org
20-
Q&A forum: http://answers.opencv.org
2120
GitHub: https://github.com/opencv/opencv/
2221
************************************************** */
2322

0 commit comments

Comments
 (0)