This commit is contained in:
Paul Gauthier 2024-06-06 11:01:27 -07:00
parent 3cda6d7dd3
commit 0e5342fdb8
8 changed files with 189 additions and 177 deletions

View file

@ -163,7 +163,7 @@ class GUI:
with st.popover("Create a git repo to track changes"):
st.write(
"Aider works best when your code is stored in a git repo. \n[See the FAQ"
" for more info](https://aider.chat/docs/faq.html#how-does-aider-use-git)"
" for more info](https://aider.chat/docs/git.html)"
)
self.button("Create git repo", key=random.random(), help="?")
@ -515,7 +515,7 @@ def gui_main():
page_title="Aider",
page_icon="https://aider.chat/assets/favicon-32x32.png",
menu_items={
"Get Help": "https://aider.chat/docs/faq.html",
"Get Help": "https://aider.chat/",
"Report a bug": "https://github.com/paul-gauthier/aider/issues",
"About": "# Aider\nAI pair programming in your browser.",
},

View file

@ -471,7 +471,7 @@ def sanity_check_model(io, model):
io.tool_error(f"- {m} ({fq})")
if show:
io.tool_error("For more info see https://aider.chat/docs/llms.html#model-warnings")
io.tool_error("For more info see https://aider.chat/docs/llms/warnings.html")
def fuzzy_match_models(name):

View file

@ -19,7 +19,7 @@ For better web scraping, install Playwright chromium with this command in your t
playwright install --with-deps chromium
See https://aider.chat/docs/install.html#enable-playwright-optional for more info.
See https://aider.chat/docs/install/optional.html#enable-playwright for more info.
"""