diff --git a/extensions/intellij/README.md b/extensions/intellij/README.md index 8fc151f101..52fd826704 100644 --- a/extensions/intellij/README.md +++ b/extensions/intellij/README.md @@ -15,23 +15,23 @@ **[Source-controlled AI checks, enforceable in CI](https://docs.continue.dev)** -> **Note:** The JetBrains plugin is now community-maintained. We strongly recommend using the [Continue CLI](https://docs.continue.dev/cli/quick-start) instead. It works in any environment, it's where our active development is happening, and it's a better experience than we can reliably provide through the plugin right now. Run `cn` in your terminal alongside your IDE and you get the same agent capabilities, the same model access, and the same configuration, without depending on a plugin framework we can't give the attention it deserves. +> **Note:** The JetBrains plugin is now community-maintained. We strongly recommend using the [Continue CLI](https://docs.continue.dev/cli/quickstart) instead. It works in any environment, it's where our active development is happening, and it's a better experience than we can reliably provide through the plugin right now. Run `cn` in your terminal alongside your IDE and you get the same agent capabilities, the same model access, and the same configuration, without depending on a plugin framework we can't give the attention it deserves. ## JetBrains Agent -[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI +[Agent](https://docs.continue.dev/ide-extensions/agent/quick-start) to work on development tasks together with AI ## JetBrains Chat -[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections +[Chat](https://docs.continue.dev/ide-extensions/chat/quick-start) to ask general questions and clarify code sections ## JetBrains Edit -[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file +[Edit](https://docs.continue.dev/ide-extensions/edit/quick-start) to modify a code section without leaving your current file ## JetBrains Autocomplete -[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type +[Autocomplete](https://docs.continue.dev/ide-extensions/autocomplete/quick-start) to receive inline code suggestions as you type diff --git a/extensions/vscode/README.md b/extensions/vscode/README.md index a91ffe4255..88fa8c750a 100644 --- a/extensions/vscode/README.md +++ b/extensions/vscode/README.md @@ -25,25 +25,25 @@ ## VS Code Agent -[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI +[Agent](https://docs.continue.dev/ide-extensions/agent/quick-start) to work on development tasks together with AI ![agent](docs/images/agent.gif) ## VS Code Chat -[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections +[Chat](https://docs.continue.dev/ide-extensions/chat/quick-start) to ask general questions and clarify code sections ![chat](docs/images/chat.gif) ## VS Code Edit -[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file +[Edit](https://docs.continue.dev/ide-extensions/edit/quick-start) to modify a code section without leaving your current file ![edit](docs/images/edit.gif) ## VS Code Autocomplete -[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type +[Autocomplete](https://docs.continue.dev/ide-extensions/autocomplete/quick-start) to receive inline code suggestions as you type ![autocomplete](docs/images/autocomplete.gif)