Skip to content

Commit be34e1d

Browse files
authored
Merge pull request biolab#3922 from irgolic/documentation-url-fix
Fix 404ing widget documentation URL
2 parents 92899cb + 1597ee7 commit be34e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/canvas/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def examples_entry_points():
142142
"Quick Start": "https://orange.biolab.si/getting-started/",
143143
#: The 'full' documentation, should be something like current /docs/
144144
#: but specific for 'Visual Programing' only
145-
"Documentation": "https://orange.biolab.si/toolbox/",
145+
"Documentation": "https://orange.biolab.si/widget-catalog/",
146146
#: YouTube tutorials
147147
"Screencasts":
148148
"https://www.youtube.com/watch"

0 commit comments

Comments
 (0)