docs: point directory links at their folder's README

Bare-folder links (e.g. docs/postmortems/) only resolve on GitHub's
auto-render; retarget them to the folder's README.md so they open a
real file in any markdown viewer.
This commit is contained in:
Julien Calixte
2026-07-08 14:45:52 +02:00
parent fcf5815468
commit dbe7720a27
4 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ runs on it.
> in spikes. No release has shipped yet — v0.1 is blocked on SD (waiting on a
> compatible card), the boot splash, and wiring the save/publish path into the
> app binary. Live per-item status: [`docs/roadmap.md`](docs/roadmap.md) ·
> failure write-ups: [`docs/postmortems/`](docs/postmortems/).
> failure write-ups: [`docs/postmortems/`](docs/postmortems/README.md).
---
@@ -147,6 +147,6 @@ package.json pnpm + oxfmt — formatting toolchain for docs/JSON
Retired risks ([gix push](docs/postmortems/2026-07-05-spike7-gix-https-push.md),
TinyUSB HID stability, TLS heap, libgit2-on-xtensa) and how they died:
[`docs/spikes.md`](docs/spikes.md) and
[`docs/postmortems/`](docs/postmortems/).
[`docs/postmortems/`](docs/postmortems/README.md).
These get resolved by writing code, not by deciding harder.