Skip to content

Commit 7c24349

Browse files
committed
fix: correct broken links and image references in documentation
- Remove broken link to non-existent how-to-customize page in plan mode docs - Fix incorrect image reference for plan mode selector - Correct assistant extension selector image path to match actual file location
1 parent 11a88b2 commit 7c24349

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/features/plan/how-it-works.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ Plan mode uses a dedicated system message that:
8585
- Encourages thorough analysis before suggesting changes
8686

8787
<Info>
88-
The system message can be customized per model. See [How to
89-
Customize](/features/plan/how-to-customize) for details or see it [directly in
88+
The system message can be customized per model. See it [directly in
9089
the
9190
code](https://github.com/continuedev/continue/blob/main/core/llm/defaultSystemMessages.ts).
9291
</Info>

docs/features/plan/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Plan mode provides a safe environment for understanding and constructing plans w
1111

1212
You can switch to `Plan` in the mode selector below the chat input box.
1313

14-
![How to select plan mode](/images/mode-select-plan.png)
14+
![How to select plan mode](/images/plan-mode-selector.png)
1515

1616
<Info>
1717
If Plan is disabled with a `Not Supported` message, the selected model or

docs/hub/assistants/use-an-assistant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ After saving, open your IDE extension and:
1616
- Select the assistant from the **assistant dropdown** in the Continue extension.
1717
- Begin using it for chat, code generation, or other configured capabilities.
1818

19-
[Extension Assistant Selector](/images/assistant-extension-select-319492a06d6249e5389747687341dfdb.png)
19+
![Extension Assistant Selector](/images/hub/assistants/images/assistant-extension-select.png)

0 commit comments

Comments
 (0)