Skip to content

Commit 674ab77

Browse files
Paul Mulliganclaude
andcommitted
fix: remove placeholder link in ADR template that breaks lychee
Replace the `[ADR-NNN](NNN-title.md)` markdown links with plain text so the CI link checker does not try to resolve the placeholder path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 500cab9 commit 674ab77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/adr/000-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Status
44

5-
[Proposed | Accepted | Deprecated | Superseded by [ADR-NNN](NNN-title.md)]
5+
[Proposed | Accepted | Deprecated | Superseded by ADR-NNN]
66

77
## Date
88

@@ -48,4 +48,4 @@ To propose a new ADR:
4848
To supersede an ADR:
4949

5050
1. Create a new ADR referencing the old one.
51-
2. Update the old ADR's status to **Superseded by [ADR-NNN](NNN-title.md)**.
51+
2. Update the old ADR's status to **Superseded by ADR-NNN** (link to the new ADR).

0 commit comments

Comments
 (0)