Skip to content

Commit a824349

Browse files
committed
Fix docs url
1 parent 67226f5 commit a824349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redbot/_update/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def search_for_interpreters(
165165
interpreters = _get_system_interpreters(requires_python)
166166

167167
if not interpreters:
168-
url = "https://docs.discord.red/en/latest/install_guides/"
168+
url = "https://docs.discord.red/en/stable/install_guides/"
169169
console.print(
170170
f"{ICON_ERROR} Could not find a compatible Python interpreter!\n"
171171
'Please follow the steps from the "Installing the pre-requirements" section'

0 commit comments

Comments
 (0)