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

@@ -10,7 +10,7 @@
> [`../v0.1-mvp-technical.md`](../v0.1-mvp-technical.md#hardware-bring-up-order),
> git impl [ADR-004](../adr.md#adr-004-git-implementation--gitoxide-gix), auth
> [ADR-005](../adr.md#adr-005-auth--https--github-personal-access-token).
> Spike program: [`../../spikes/spike7-git-push/`](../../spikes/spike7-git-push/).
> Spike program: [`../../spikes/spike7-git-push/`](../../spikes/spike7-git-push/README.md).
## Summary
@@ -34,7 +34,7 @@ is met at the library level.
**Decision:** take the fallback the risk table already names — `libgit2` via the
[`git2`](https://docs.rs/git2) crate — keeping ADR-005 (HTTPS + PAT) intact.
Proved the full `add → commit → push` sequence on desktop
([`spikes/spike7-git-push`](../../spikes/spike7-git-push/)).
([`spikes/spike7-git-push`](../../spikes/spike7-git-push/README.md)).
## Why not the alternatives