From 7bd44373755a4e682e1ee25cceb6f3ebd44f48ad Mon Sep 17 00:00:00 2001 From: Katie Geer Date: Fri, 20 Feb 2026 11:47:33 -0800 Subject: [PATCH] Fix broken accounts.html links in migrate docs (#49744) Fixes broken `docs/accounts.html` links in all five migration guides. ## Changes Replace `https://zed.dev/docs/accounts.html` with `https://zed.dev/docs/authentication` in: - `docs/src/migrate/vs-code.md` - `docs/src/migrate/intellij.md` - `docs/src/migrate/pycharm.md` - `docs/src/migrate/webstorm.md` - `docs/src/migrate/rustrover.md` These links were flagged as 4xx in an SEO audit. The `accounts.html` page does not exist; `authentication` is the correct destination. Release Notes: - N/A --- docs/src/migrate/intellij.md | 2 +- docs/src/migrate/pycharm.md | 2 +- docs/src/migrate/rustrover.md | 2 +- docs/src/migrate/vs-code.md | 2 +- docs/src/migrate/webstorm.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/migrate/intellij.md b/docs/src/migrate/intellij.md index 7916d69f8c4a58ddfd2e503614e32dfbfbcedb98..bb10c8cdc3b9002e0aeb9a362a0a945de6f46176 100644 --- a/docs/src/migrate/intellij.md +++ b/docs/src/migrate/intellij.md @@ -301,7 +301,7 @@ Once signed in, just start typing. Zed will offer suggestions inline for you to To use other AI models in Zed, you have several options: -- Use Zed's hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/accounts.html) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). +- Use Zed's hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/authentication) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). - Bring your own [API keys](https://zed.dev/docs/ai/llm-providers.html), no authentication needed - Use [external agents like Claude Agent](https://zed.dev/docs/ai/external-agents.html) diff --git a/docs/src/migrate/pycharm.md b/docs/src/migrate/pycharm.md index 4492bf1cbff3c965e03d2fadbae4a0c982a9172d..6bef34f81cb380690764742a7b0310cbc81f2072 100644 --- a/docs/src/migrate/pycharm.md +++ b/docs/src/migrate/pycharm.md @@ -369,7 +369,7 @@ Once signed in, just start typing. Zed will offer suggestions inline for you to To use other AI models in Zed, you have several options: -- Use Zed's hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/accounts.html) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). +- Use Zed's hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/authentication) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). - Bring your own [API keys](https://zed.dev/docs/ai/llm-providers.html), no authentication needed - Use [external agents like Claude Agent](https://zed.dev/docs/ai/external-agents.html) diff --git a/docs/src/migrate/rustrover.md b/docs/src/migrate/rustrover.md index aeaf57d2363f78aea6be9cf3e5092c2931d45ade..de4b0e3b45dc341e1b051b3da70ffd3072ab462f 100644 --- a/docs/src/migrate/rustrover.md +++ b/docs/src/migrate/rustrover.md @@ -392,7 +392,7 @@ Once signed in, just start typing. Zed will offer suggestions inline for you to To use other AI models in Zed, you have several options: -- Use Zed's hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/accounts.html) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). +- Use Zed's hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/authentication) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). - Bring your own [API keys](https://zed.dev/docs/ai/llm-providers.html), no authentication needed - Use [external agents like Claude Agent](https://zed.dev/docs/ai/external-agents.html) diff --git a/docs/src/migrate/vs-code.md b/docs/src/migrate/vs-code.md index 951cd6b1f3649340d5f04c14faf486010d85a238..367cab469acb1969909457edecba8a10c633bfc4 100644 --- a/docs/src/migrate/vs-code.md +++ b/docs/src/migrate/vs-code.md @@ -334,7 +334,7 @@ To invoke completions, just start typing. Zed will offer suggestions inline for To use other AI models in Zed, you have several options: -- Use Zed’s hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/accounts.html) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). +- Use Zed’s hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/authentication) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). - Bring your own [API keys](https://zed.dev/docs/ai/llm-providers.html), no authentication needed - Use [external agents like Claude Agent](https://zed.dev/docs/ai/external-agents.html). diff --git a/docs/src/migrate/webstorm.md b/docs/src/migrate/webstorm.md index a9304714b58ec8d1e93d063f2a9a94bbbd93c340..72916b04c5579785d2f099f1fd2b09d7ffb11acf 100644 --- a/docs/src/migrate/webstorm.md +++ b/docs/src/migrate/webstorm.md @@ -370,7 +370,7 @@ Once signed in, just start typing. Zed will offer suggestions inline for you to To use other AI models in Zed, you have several options: -- Use Zed's hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/accounts.html) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). +- Use Zed's hosted models, with higher rate limits. Requires [authentication](https://zed.dev/docs/authentication) and subscription to [Zed Pro](https://zed.dev/docs/ai/subscription.html). - Bring your own [API keys](https://zed.dev/docs/ai/llm-providers.html), no authentication needed - Use [external agents like Claude Agent](https://zed.dev/docs/ai/external-agents.html)