agent: Update link to OpenAI compatible docs (#35620)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-08-05 10:05:05 -03:00 committed by GitHub
parent 919b888387
commit 497252480c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -868,7 +868,7 @@ impl Render for ConfigurationView {
.icon_size(IconSize::XSmall)
.icon_color(Color::Muted)
.on_click(move |_, _window, cx| {
cx.open_url("https://zed.dev/docs/ai/configuration#openai-api-compatible")
cx.open_url("https://zed.dev/docs/ai/llm-providers#openai-api-compatible")
}),
);