diff --git a/README.md b/README.md index a682c458a..92f326d11 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ and works best with GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus and DeepSeek Coder You can get started quickly like this: diff --git a/aider/website/docs/commands.md b/aider/website/docs/commands.md index b74f720fa..0188aa4ef 100644 --- a/aider/website/docs/commands.md +++ b/aider/website/docs/commands.md @@ -18,7 +18,7 @@ cog.out(get_help_md()) - **/drop** Remove files from the chat session to free up context space - **/exit** Exit the application - **/git** Run a git command -- **/help** Show help about all commands +- **/help** Ask questions about aider - **/lint** Lint and fix provided files or in-chat files if none provided - **/ls** List all known files and indicate which are included in the chat session - **/model** Switch to a new LLM diff --git a/aider/website/docs/config/aider_conf.md b/aider/website/docs/config/aider_conf.md index a3c2bd48b..da7c02831 100644 --- a/aider/website/docs/config/aider_conf.md +++ b/aider/website/docs/config/aider_conf.md @@ -14,13 +14,13 @@ your git repo. Below is a sample of the file, which you can also -[download from GitHub](https://github.com/paul-gauthier/aider/blob/main/website/assets/sample.aider.conf.yml). +[download from GitHub](https://github.com/paul-gauthier/aider/blob/main/aider/website/assets/sample.aider.conf.yml). You can get started quickly like this: diff --git a/scripts/update-docs.sh b/scripts/update-docs.sh index feb5d7f43..20a7304b3 100755 --- a/scripts/update-docs.sh +++ b/scripts/update-docs.sh @@ -12,10 +12,10 @@ fi # README.md before index.md, because index.md uses cog to include README.md cog $ARG \ README.md \ - website/index.md \ - website/HISTORY.md \ - website/docs/commands.md \ - website/docs/languages.md \ - website/docs/config/dotenv.md \ - website/docs/config/options.md \ - website/docs/config/aider_conf.md + aider/website/index.md \ + aider/website/HISTORY.md \ + aider/website/docs/commands.md \ + aider/website/docs/languages.md \ + aider/website/docs/config/dotenv.md \ + aider/website/docs/config/options.md \ + aider/website/docs/config/aider_conf.md