zed/docs/src/development
Miguel Raz Guzmán Macedo b3dd51560b
docs: Fix broken links in docs with lychee (#42404)
Lychee is a [Rust based](https://lychee.cli.rs) async parallel link
checker.

I ran it against the codebase to suss out stale links and fixed those
up.

There's currently 2 remaining cases that I don't know how to resolve:

1. https://flathub.org/apps/dev.zed.Zed - nginx is giving a 502 bad
gateway
2.
https://github.com/zed-industries/zed/actions/workflows/ci.yml/badge.svg
- I don't want to mess with the CI pipeline in this PR.

Once again, I'll punt to the Docs Czar to see if this gets incorporated
into CI later.

---

## Running `lychee` locally:

```
cargo binstall -y lychee
lychee .
```

---
Release Notes:

- N/A

Signed-off-by: mrg <miguelraz@ciencias.unam.mx>
2025-11-11 13:55:02 +01:00
..
debuggers.md docs: Fix casing on mentions to some brand names (#37822) 2025-09-09 01:45:55 -03:00
debugging-crashes.md Update crash handling docs (#38026) 2025-09-12 03:00:35 +00:00
freebsd.md docs: Add FreeBSD build instructions and current status (#33617) 2025-07-01 15:18:34 +00:00
glossary.md docs: Update glossary (#38820) 2025-09-24 20:27:17 -04:00
linux.md Adds instructions on how to use Perf & Flamegraph without debug symbols (#41831) 2025-11-03 16:11:30 +00:00
local-collaboration.md docs: Validate JSON snippets (settings, keymap, tasks, etc) (#40043) 2025-10-12 00:19:57 -04:00
macos.md docs: Remove macOS Tahoe runtime shaders callout (#39241) 2025-09-30 15:47:01 -06:00
release-notes.md docs: Fix broken links in docs with lychee (#42404) 2025-11-11 13:55:02 +01:00
windows.md docs: Validate JSON snippets (settings, keymap, tasks, etc) (#40043) 2025-10-12 00:19:57 -04:00