From 80458f9b0afcbca3dccd7b9ed37309ce2e621395 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 14 Jun 2024 07:31:18 -0700 Subject: [PATCH] fixed token limits url --- aider/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/urls.py b/aider/urls.py index 5e2c7761e..15081c034 100644 --- a/aider/urls.py +++ b/aider/urls.py @@ -5,4 +5,4 @@ git = "https://aider.chat/docs/git.html" enable_playwrite = "https://aider.chat/docs/install/optional.html#enable-playwright" favicon = "https://aider.chat/assets/icons/favicon-32x32.png" model_warnings = "https://aider.chat/docs/llms/warnings.html" -token_limits = "https://aider.chat/docs/toubleshooting/token-limits.html" +token_limits = "https://aider.chat/docs/troubleshooting/token-limits.html"