Skip to content

Commit eae99dd

Browse files
committed
fix: update broken links to Next Edit documentation
- Fixed broken link in model-setup.mdx: /features/edit/next-edit → /features/autocomplete/next-edit - Fixed broken link in how-it-works.mdx: /features/edit/next-edit → /features/autocomplete/next-edit The Next Edit documentation is located in the autocomplete section, not the edit section.
1 parent 2f45640 commit eae99dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/features/autocomplete/model-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This model provides good suggestions while keeping your code completely private.
5252

5353
## Next Edit Model
5454

55-
For proactive code prediction that anticipates your next edit, Continue supports specialized [Next Edit](/features/edit/next-edit) models:
55+
For proactive code prediction that anticipates your next edit, Continue supports specialized [Next Edit](/features/autocomplete/next-edit) models:
5656

5757
**Supported Next Edit model:**
5858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When you start an edit session, Continue:
1414
If you accept the diff, we remove the previously highlighted lines, and if you reject the diff, we remove the proposed changes.
1515

1616
<Info>
17-
**Looking for AI that predicts your next edit?** Check out [Next Edit](/features/edit/next-edit), an experimental feature that proactively suggests code changes before you even start typing, going beyond traditional autocomplete to anticipate entire code modifications.
17+
**Looking for AI that predicts your next edit?** Check out [Next Edit](/features/autocomplete/next-edit), an experimental feature that proactively suggests code changes before you even start typing, going beyond traditional autocomplete to anticipate entire code modifications.
1818
</Info>
1919

2020
If you would like to view the exact prompt that is sent to the model during an edit, you can [find it in the prompt logs](/troubleshooting#check-the-logs).

0 commit comments

Comments
 (0)