From 4b6cd60b894347aa41b12b07a699a404496210c3 Mon Sep 17 00:00:00 2001 From: Finn Evers <75036051+MrSubidubi@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:27:41 +0200 Subject: [PATCH] Update extension docs link in `CONTRIBUTING.md` (#17074) This follows up the changes at https://github.com/zed-industries/extensions/pull/1318 Should the rewording not be wanted, I can revert that. Release Notes: - N/A --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85e3aec944..f7657b9ccd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ If you're looking for ideas about what to work on, check out: - Our [public roadmap](https://zed.dev/roadmap) contains a rough outline of our near-term priorities for Zed. - Our [top-ranking issues](https://github.com/zed-industries/zed/issues/5393) based on votes by the community. -For adding themes or support for a new language to Zed, check out our [extension docs](https://github.com/zed-industries/extensions/blob/main/AUTHORING_EXTENSIONS.md). +For adding themes or support for a new language to Zed, check out our [docs on developing extensions](https://zed.dev/docs/extensions/developing-extensions). ## Proposing changes