docs(PBI-91): fix broken file:line links in hergebruik-sectie (#212)

URL-deel van markdown-links mag geen :lineNumber-suffix bevatten —
de check-doc-links.mjs (en standaard markdown) zoekt dan naar een
bestand `selectors.ts:166` dat niet bestaat. Label behoudt :N voor
leesbaarheid; alleen het URL-deel verwijst nu naar het werkelijke
bestand.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-05-15 11:09:11 +02:00 committed by GitHub
parent 00af559726
commit 973ff93d0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Documentation Index # Documentation Index
Auto-generated on 2026-05-14 from front-matter and headings. Auto-generated on 2026-05-15 from front-matter and headings.
## Architecture Decision Records ## Architecture Decision Records
@ -24,7 +24,7 @@ Auto-generated on 2026-05-14 from front-matter and headings.
| Title | Status | Updated | | Title | Status | Updated |
|---|---|---| |---|---|---|
| [AnswerModal Profiel](./specs/dialogs/answer-modal.md) | active | 2026-05-04 | | [AnswerModal Profiel](./specs/dialogs/answer-modal.md) | active | 2026-05-15 |
| [BatchEnqueueBlockerDialog Profiel](./specs/dialogs/batch-enqueue-blocker.md) | active | 2026-05-04 | | [BatchEnqueueBlockerDialog Profiel](./specs/dialogs/batch-enqueue-blocker.md) | active | 2026-05-04 |
| [IdeaDialog Profiel](./specs/dialogs/idea.md) | active | 2026-05-04 | | [IdeaDialog Profiel](./specs/dialogs/idea.md) | active | 2026-05-04 |
| [PbiDialog Profiel](./specs/dialogs/pbi.md) | active | 2026-05-04 | | [PbiDialog Profiel](./specs/dialogs/pbi.md) | active | 2026-05-04 |

View file

@ -67,9 +67,9 @@ Bewust **geen** `useScreenState`-hook: consumers roepen `deriveScreenState()` in
### Hergebruik (niets nieuws bouwen) ### Hergebruik (niets nieuws bouwen)
- Pure-selector-patroon: `selectIsDirty` / `selectPendingCount` — [stores/product-workspace/selectors.ts:166](../../stores/product-workspace/selectors.ts:166) - Pure-selector-patroon: `selectIsDirty` / `selectPendingCount` — [stores/product-workspace/selectors.ts:166](../../stores/product-workspace/selectors.ts)
- Bestaande `draftGoal`-selector — [components/shared/sprint-switcher.tsx:57](../../components/shared/sprint-switcher.tsx:57) - Bestaande `draftGoal`-selector — [components/shared/sprint-switcher.tsx:57](../../components/shared/sprint-switcher.tsx)
- Bestaande `buildingSet`-logica voor dropdown-items — [components/shared/sprint-switcher.tsx:51](../../components/shared/sprint-switcher.tsx:51) - Bestaande `buildingSet`-logica voor dropdown-items — [components/shared/sprint-switcher.tsx:51](../../components/shared/sprint-switcher.tsx)
- `sprintMembership.pending` shape `{ adds, removes }` — bestaande store-slice - `sprintMembership.pending` shape `{ adds, removes }` — bestaande store-slice
- Test-patroon pure functie — [__tests__/lib/product-switch-path.test.ts](../../__tests__/lib/product-switch-path.test.ts) - Test-patroon pure functie — [__tests__/lib/product-switch-path.test.ts](../../__tests__/lib/product-switch-path.test.ts)