From 508a965b32a5b1a0f355e0d0f3451a588e88de7f Mon Sep 17 00:00:00 2001 From: Hyeonguk Ryu Date: Sat, 19 Oct 2019 22:41:29 +0900 Subject: [PATCH] Change from HTTP to HTTPS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b160378a2..8cb3c2d3c1 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Examples can be found in the [wiki](https://github.com/tesseract-ocr/tesseract/w Developers can use `libtesseract` [C](https://github.com/tesseract-ocr/tesseract/blob/master/src/api/capi.h) or [C++](https://github.com/tesseract-ocr/tesseract/blob/master/src/api/baseapi.h) API to build their own application. If you need bindings to `libtesseract` for other programming languages, please see the [wrapper](https://github.com/tesseract-ocr/tesseract/wiki/AddOns#tesseract-wrappers) section on AddOns wiki page. -Documentation of Tesseract generated from source code by doxygen can be found on [tesseract-ocr.github.io](http://tesseract-ocr.github.io/). +Documentation of Tesseract generated from source code by doxygen can be found on [tesseract-ocr.github.io](https://tesseract-ocr.github.io/). ## Support