mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
Merge pull request #671 from nicolasperez19/fix-url-playwright-typo
This commit is contained in:
commit
fab14fcd8b
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ For better web scraping, install Playwright chromium with this command in your t
|
||||||
|
|
||||||
playwright install --with-deps chromium
|
playwright install --with-deps chromium
|
||||||
|
|
||||||
See {urls.enable_playwrite} for more info.
|
See {urls.enable_playwright} for more info.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ website = "https://aider.chat/"
|
||||||
add_all_files = "https://aider.chat/docs/faq.html#how-can-i-add-all-the-files-to-the-chat"
|
add_all_files = "https://aider.chat/docs/faq.html#how-can-i-add-all-the-files-to-the-chat"
|
||||||
edit_errors = "https://aider.chat/docs/troubleshooting/edit-errors.html"
|
edit_errors = "https://aider.chat/docs/troubleshooting/edit-errors.html"
|
||||||
git = "https://aider.chat/docs/git.html"
|
git = "https://aider.chat/docs/git.html"
|
||||||
enable_playwrite = "https://aider.chat/docs/install/optional.html#enable-playwright"
|
enable_playwright = "https://aider.chat/docs/install/optional.html#enable-playwright"
|
||||||
favicon = "https://aider.chat/assets/icons/favicon-32x32.png"
|
favicon = "https://aider.chat/assets/icons/favicon-32x32.png"
|
||||||
model_warnings = "https://aider.chat/docs/llms/warnings.html"
|
model_warnings = "https://aider.chat/docs/llms/warnings.html"
|
||||||
token_limits = "https://aider.chat/docs/troubleshooting/token-limits.html"
|
token_limits = "https://aider.chat/docs/troubleshooting/token-limits.html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue