From 3755f0d901c876747bcc07d72c773829fa5a17f1 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 2 Aug 2024 16:47:45 -0400 Subject: [PATCH] docs: Fix links to "Backend dependencies" setup (#15706) This PR fixes the links to the "Backend dependencies" section from the local collaboration docs. We now provide links to the section in the platform-specific development docs. Release Notes: - N/A --- docs/src/development/local-collaboration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/src/development/local-collaboration.md b/docs/src/development/local-collaboration.md index 60e619c39a..41ca04b8cd 100644 --- a/docs/src/development/local-collaboration.md +++ b/docs/src/development/local-collaboration.md @@ -1,6 +1,10 @@ # Local Collaboration -First, make sure you've installed Zed's [backend dependencies](../developing-zed.md#backend-dependencies). +First, make sure you've installed Zed's backend dependencies for your platform: + +- [macOS](./macos.md#backend-dependencies) +- [Linux](./linux.md#backend-dependencies) +- [Windows](./windows.md#backend-dependencies) ## Database setup