From 6788f77da02687aae0142785a1e63f41c1f42549 Mon Sep 17 00:00:00 2001 From: Minhkunn Date: Sun, 5 Jul 2026 20:24:34 +0700 Subject: [PATCH] docs: update stale models docs link in generated config The example config written by the create-new-assistant flow linked to docs.continue.dev/customization/models, which now only resolves via a redirect. Point it at the canonical /customize/models path. Fixes #12669 --- core/config/createNewAssistantFile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config/createNewAssistantFile.ts b/core/config/createNewAssistantFile.ts index acbc275eca7..e624fe66a51 100644 --- a/core/config/createNewAssistantFile.ts +++ b/core/config/createNewAssistantFile.ts @@ -9,7 +9,7 @@ version: 1.0.0 schema: v1 # Define which models can be used -# https://docs.continue.dev/customization/models +# https://docs.continue.dev/customize/models models: - name: my gpt-5 provider: openai