From 523d04e0ac3ccca2e71512692f8d98936b524d98 Mon Sep 17 00:00:00 2001 From: Ajda Pretnar Date: Fri, 14 Sep 2018 11:56:43 +0200 Subject: [PATCH] Documentation can appear in canvas --- orangecontrib/text/widgets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orangecontrib/text/widgets/__init__.py b/orangecontrib/text/widgets/__init__.py index 61b760313..5e1a1548f 100644 --- a/orangecontrib/text/widgets/__init__.py +++ b/orangecontrib/text/widgets/__init__.py @@ -21,5 +21,5 @@ # Url should point to a page with a section Widgets. This section should # includes links to documentation pages of each widget. Matching is # performed by comparing link caption to widget name. - ("http://orange3-text.readthedocs.io/en/latest/", "") + ("https://orange3-text.readthedocs.io/en/latest/", "") ) \ No newline at end of file