From dcc69c053fb2c396f10d9bd5aec5c6169463fdd1 Mon Sep 17 00:00:00 2001 From: morgankrey Date: Mon, 16 Feb 2026 13:16:01 -0600 Subject: [PATCH] docs: Fix theme publishing link in themes guide (#49276) Fix broken links in themes docs Release Notes: - N/A --- docs/src/themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/themes.md b/docs/src/themes.md index 5a2ecb279537b94faa2d8b29d82426ad725bf926..0d3103eaab46fefff22095d14cab02f799ef851d 100644 --- a/docs/src/themes.md +++ b/docs/src/themes.md @@ -24,7 +24,7 @@ Many popular themes have been ported to Zed, and if you're struggling to choose You can use [Zed's Theme Builder](https://zed.dev/theme-builder) to design your own custom theme based on an existing one. This tool lets you fine-tune and preview how every surface in the Zed app will look. -You can then export the JSON for [local use](/themes.md#local-themes) or for [publishing in Zed's extension store](/extensions/themes.md). +You can then export the JSON for [local use](./themes.md#local-themes) or for [publishing in Zed's extension store](./extensions/themes.md). ## Configuring a Theme