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 67226f5 commit a824349Copy full SHA for a824349
1 file changed
redbot/_update/common.py
@@ -165,7 +165,7 @@ def search_for_interpreters(
165
interpreters = _get_system_interpreters(requires_python)
166
167
if not interpreters:
168
- url = "https://docs.discord.red/en/latest/install_guides/"
+ url = "https://docs.discord.red/en/stable/install_guides/"
169
console.print(
170
f"{ICON_ERROR} Could not find a compatible Python interpreter!\n"
171
'Please follow the steps from the "Installing the pre-requirements" section'
0 commit comments