fix(portal-admin): adr refs point at gitea, not the madr template repo #152

Merged
julien merged 1 commits from fix/portal-admin-adr-links into main 2026-05-15 18:47:15 +02:00

1 Commits

Author SHA1 Message Date
Julien Gautier e1805f596d fix(portal-admin): adr refs point at gitea, not the madr template repo
CI / commits (pull_request) Successful in 2m49s
CI / scan (pull_request) Successful in 2m49s
CI / check (pull_request) Successful in 3m0s
CI / a11y (pull_request) Successful in 1m21s
CI / perf (pull_request) Successful in 2m43s
`audit.html` and `users.html` cited ADR-0013 / ADR-0020 with anchors
pointing at `https://github.com/adr/madr` — that's the MADR _template_
repository, not our ADRs. Copy-paste artifact from the original
authoring.

Both links now resolve to the actual ADR file on Gitea
(`https://git.unespace.com/julien/apf_portal/src/branch/main/docs/decisions/…`)
so a reviewer who clicks lands on the right document. Surfacing the
ADRs inside portal-admin is intentionally out of scope — the audience
(APF internal admins, not architects) doesn't justify the
markdown-rendering + BFF-filesystem coupling cost; a separate static-
site for docs is a better fit and lands as its own chantier.
2026-05-15 18:14:20 +02:00