Skip to content

Commit 25fa921

Browse files
authored
Merge pull request #7963 from continuedev/continue-1758764445879
docs: Fix malformed URL in Models settings Chat section
2 parents 70989ff + 3d1a132 commit 25fa921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/pages/config/sections/ModelsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function ModelsSection() {
9191
<span>
9292
Used in Chat, Plan, Agent mode (
9393
<a
94-
href="https://docs.continue.dev/features/chat/quick-start hover:text-inherit"
94+
href="https://docs.continue.dev/features/chat/quick-start"
9595
target="_blank"
9696
rel="noopener noreferrer"
9797
className="text-inherit underline hover:brightness-125"

0 commit comments

Comments
 (0)