Skip to content

Commit b7e8134

Browse files
committed
Update URLs for Google groups
Signed-off-by: Stefan Weil <[email protected]>
1 parent f77b1c6 commit b7e8134

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
If you think you found a bug in Tesseract, please create an issue.
88

9-
Use the [users mailing-list](https://groups.google.com/d/forum/tesseract-ocr) instead of creating an Issue if ...
9+
Use the [user forum](https://groups.google.com/g/tesseract-ocr) instead of creating an issue if ...
1010
* You have problems using Tesseract and need some help.
1111
* You have problems installing the software.
1212
* You are not satisfied with the accuracy of the OCR, and want to ask how you can improve it. Note: You should first read the [ImproveQuality](https://tesseract-ocr.github.io/tessdoc/ImproveQuality.html) documentation.
@@ -60,7 +60,7 @@ Use `Preview` before you send your issue. Read it again before sending.
6060

6161
Note that most of the people that respond to issues and answer questions are either other 'regular' users or **volunteers** developers. Please be nice to them :-)
6262

63-
The [tesseract developers](http://groups.google.com/group/tesseract-dev/) forum should be used to discuss Tesseract development: bug fixes, enhancements, add-ons for Tesseract.
63+
The [tesseract developers](https://groups.google.com/g/tesseract-dev) forum should be used to discuss Tesseract development: bug fixes, enhancements, add-ons for Tesseract.
6464

6565
Sometimes you will not get a respond to your issue or question. We apologize in advance! Please don't take it personally. There can be many reasons for this, including: time limits, no one knows the answer (at least not the ones that are available at that time) or just that
6666
your question has been asked (and has been answered) many times before...

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ Before you submit an issue, please review **[the guidelines for this repository]
8888

8989
For support, first read the [documentation](https://tesseract-ocr.github.io/tessdoc/),
9090
particularly the [FAQ](https://tesseract-ocr.github.io/tessdoc/FAQ.html) to see if your problem is addressed there.
91-
If not, search the [Tesseract user forum](https://groups.google.com/d/forum/tesseract-ocr), the [Tesseract developer forum](https://groups.google.com/d/forum/tesseract-dev) and [past issues](https://github.com/tesseract-ocr/tesseract/issues), and if you still can't find what you need, ask for support in the mailing-lists.
91+
If not, search the [Tesseract user forum](https://groups.google.com/g/tesseract-ocr), the [Tesseract developer forum](https://groups.google.com/g/tesseract-dev) and [past issues](https://github.com/tesseract-ocr/tesseract/issues), and if you still can't find what you need, ask for support in the mailing-lists.
9292

9393
Mailing-lists:
94-
* [tesseract-ocr](https://groups.google.com/d/forum/tesseract-ocr) - For tesseract users.
95-
* [tesseract-dev](https://groups.google.com/d/forum/tesseract-dev) - For tesseract developers.
94+
* [tesseract-ocr](https://groups.google.com/g/tesseract-ocr) - For tesseract users.
95+
* [tesseract-dev](https://groups.google.com/g/tesseract-dev) - For tesseract developers.
9696

9797
Please report an issue only for a **bug**, not for asking questions.
9898

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ AC_SUBST([OPENCL_LDFLAGS])
332332

333333
# check whether to build tesseract with -fvisibility=hidden -fvisibility-inlines-hidden
334334
# http://gcc.gnu.org/wiki/Visibility
335-
# http://groups.google.com/group/tesseract-dev/browse_thread/thread/976645ae98189127
335+
# https://groups.google.com/g/tesseract-dev/c/l2ZFrpgYkSc/m/_cdYSRDSXuUJ
336336
AC_MSG_CHECKING([--enable-visibility argument])
337337
AC_ARG_ENABLE([visibility],
338338
AS_HELP_STRING([--enable-visibility],

doc/tesseract.1.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ For further details, see the release notes in the Tesseract documentation
459459
RESOURCES
460460
---------
461461
Main web site: <https://github.com/tesseract-ocr> +
462-
User forum: <http://groups.google.com/group/tesseract-ocr> +
462+
User forum: <https://groups.google.com/g/tesseract-ocr> +
463463
Documentation: <https://tesseract-ocr.github.io/> +
464464
Information on training: <https://tesseract-ocr.github.io/tessdoc/Training-Tesseract.html>
465465

0 commit comments

Comments
 (0)