Skip to content

Commit a9570e1

Browse files
committed
fix help url
1 parent a594043 commit a9570e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/daf_gui/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def _callback(*args):
107107

108108

109109
HELP_URLS = {
110-
"daf": f"https://daf.davidhozic.com/en/{daf.VERSION}/?rtd_search={{}}",
110+
"daf": f"https://daf.davidhozic.com/en/v{daf.VERSION}/?rtd_search={{}}",
111111
"_discord": f"https://docs.pycord.dev/en/v{discord._version.__version__}/search.html?q={{}}",
112112
"builtins": "https://docs.python.org/3/search.html?q={}"
113113
}

0 commit comments

Comments
 (0)