This commit is contained in:
Paul Gauthier 2024-09-08 17:07:25 -07:00
parent e40a07a8a1
commit cee348614e
6 changed files with 64 additions and 9 deletions

View file

@ -736,7 +736,7 @@ def check_and_load_imports(io, verbose=False):
except Exception as err:
io.tool_error(str(err))
io.tool_output("Error loading required imports. Did you install aider properly?")
io.tool_output("https://aider.chat/docs/install.html")
io.tool_output("https://aider.chat/docs/install/install.html")
sys.exit(1)
installs[str(key)] = True