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
This commit is contained in:
Marshall Bowers 2024-08-02 16:47:45 -04:00 committed by GitHub
parent c6580da889
commit 3755f0d901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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