Skip to content

Commit 0f968e3

Browse files
committed
Merge pull request opencv#19352 from mshabunin:new-forum-links
2 parents 291dbdf + f65d75f commit 0f968e3

File tree

9 files changed

+8
-15
lines changed

9 files changed

+8
-15
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
2+
If you have a question rather than reporting a bug please go to https://forum.opencv.org where you get much faster responses.
33
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
44
55
This is a template helping you to create an issue which can be processed as quickly as possible. This is the bug reporting section for the OpenCV library.
@@ -27,4 +27,4 @@ This is a template helping you to create an issue which can be processed as quic
2727
// C++ code example
2828
```
2929
or attach as .txt or .zip file
30-
-->
30+
-->

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
@@ -21,7 +21,7 @@ If you need help with anything of the above, you may refer to our @ref tutorial_
2121

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

2626
Tegra Android Development Pack users
2727
------------------------------------

doc/tutorials/introduction/android_binary_package/android_dev_intro.markdown

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

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

1616
Preface
1717
-------

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
@@ -25,7 +25,7 @@ may consult our @ref tutorial_O4A_SDK tutorial.
2525

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

3030
Using OpenCV Library Within Your Android Project
3131
------------------------------------------------

doc/tutorials/introduction/windows_install/windows_install.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installation in Windows {#tutorial_windows_install}
77

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

1313
@note To use the OpenCV library you have two options: @ref tutorial_windows_install_prebuilt or
@@ -345,7 +345,7 @@ libraries). If you do not need the support for some of these, you can just freel
345345

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

modules/videoio/src/cap_libv4l.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

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)