Skip to content

Commit 99f49b4

Browse files
authored
Merge pull request #7339 from continuedev/bdougie/mintlify-links
fix: update broken links to Next Edit documentation
2 parents 6dc5603 + eee1001 commit 99f49b4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,10 @@
10991099
{
11001100
"source": "/customize/model-providers",
11011101
"destination": "/customize/model-providers/overview"
1102+
},
1103+
{
1104+
"source": "/features/edit/next-edit",
1105+
"destination": "/features/autocomplete/next-edit"
11021106
}
11031107
]
11041108
}

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)