We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a594043 commit a9570e1Copy full SHA for a9570e1
src/daf_gui/widgets.py
@@ -107,7 +107,7 @@ def _callback(*args):
107
108
109
HELP_URLS = {
110
- "daf": f"https://daf.davidhozic.com/en/{daf.VERSION}/?rtd_search={{}}",
+ "daf": f"https://daf.davidhozic.com/en/v{daf.VERSION}/?rtd_search={{}}",
111
"_discord": f"https://docs.pycord.dev/en/v{discord._version.__version__}/search.html?q={{}}",
112
"builtins": "https://docs.python.org/3/search.html?q={}"
113
}
0 commit comments