docs: Fix broken links in AI docs (#30872)

This PR fixes some broken links in the AI docs.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-05-17 11:54:42 +00:00
committed by GitHub
parent e518941445
commit 175ce05fd1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ You can use it for various tasks, such as generating code, asking questions abou
To open the Agent Panel, use the `agent: new thread` action in [the Command Palette](../getting-started.md#command-palette) or click the ✨ (sparkles) icon in the status bar.
If you're using the Agent Panel for the first time, you'll need to [configure at least one LLM provider](./ai/configuration.md).
If you're using the Agent Panel for the first time, you'll need to [configure at least one LLM provider](./configuration.md).
## Overview {#overview}
@@ -78,7 +78,7 @@ You can also do this at any time with an ongoing thread via the "Agent Options"
## Changing Models {#changing-models}
After you've configured your LLM providers—either via [a custom API key](./custom-api-keys.md) or through [Zed's hosted models](./models.md)—you can switch between them by clicking on the model selector on the message editor or by using the {#kb agent::ToggleModelSelector} keybinding.
After you've configured your LLM providers—either via [a custom API key](./configuration.md#use-your-own-keys) or through [Zed's hosted models](./models.md)—you can switch between them by clicking on the model selector on the message editor or by using the {#kb agent::ToggleModelSelector} keybinding.
## Using Tools {#using-tools}