docs: Fix links to "Backend dependencies" setup (#15706)

Marshall Bowers created

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

Change summary

docs/src/development/local-collaboration.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Detailed changes

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