Skip to content

Commit d38b6b0

Browse files
beyondnetPeruclaude
andcommitted
fix(docs): correct broken ADR relative paths in FS-07/25/26/27
Links from docs/governance/requirements/functional-stories/ to docs/architecture/adrs/ require three levels up (../../../) not two (../../). ../../architecture/adrs/ resolved to docs/governance/architecture/adrs/ which does not exist. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5d97bf6 commit d38b6b0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/governance/requirements/functional-stories/fs-07-visual-graph-resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ If both allow and deny rules apply, the system explains that explicit deny takes
6363
## 9. Traceability
6464

6565
- Entities: `PROFILE`, `PROFILE_PERMISSION`, `PERMISSION_TEMPLATE`, `ACTION`
66-
- ADRs: ADR-0021, ADR-0039, [ADR-0080](../../architecture/adrs/0080-auth-graph-preview-internal-pipeline.md)
66+
- ADRs: ADR-0021, ADR-0039, [ADR-0080](../../../architecture/adrs/0080-auth-graph-preview-internal-pipeline.md)
6767
- Technical Enabler: TE-01

docs/governance/requirements/functional-stories/fs-25-ddd-domain-resource-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ If the resource is referenced in one or more active permission templates, the sy
6666
## 9. Traceability
6767

6868
- Entities: `DOMAIN_RESOURCE`, `SYSTEM_SUITE`
69-
- ADRs: [ADR-0078](../../architecture/adrs/0078-ddd-domain-resource-hierarchy.md), [ADR-0079](../../architecture/adrs/0079-dependency-guard-policy.md)
69+
- ADRs: [ADR-0078](../../../architecture/adrs/0078-ddd-domain-resource-hierarchy.md), [ADR-0079](../../../architecture/adrs/0079-dependency-guard-policy.md)

docs/governance/requirements/functional-stories/fs-26-auth-graph-preview-from-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ If the profile ID does not exist, the system returns HTTP 400 with an error mess
6161
## 9. Traceability
6262

6363
- Entities: `PROFILE`, `AUTH_GRAPH`
64-
- ADRs: [ADR-0071](../../architecture/adrs/0071-auth-graph-engine.md), [ADR-0080](../../architecture/adrs/0080-auth-graph-preview-internal-pipeline.md)
64+
- ADRs: [ADR-0071](../../../architecture/adrs/0071-auth-graph-engine.md), [ADR-0080](../../../architecture/adrs/0080-auth-graph-preview-internal-pipeline.md)
6565
- Related stories: FS-07

docs/governance/requirements/functional-stories/fs-27-state-change-consistency-broken-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ The response lists all blocking dependency groups, each with its own `entityType
6262
## 9. Traceability
6363

6464
- Entities: `TENANT`, `USER_ACCOUNT`, `PROFILE`, `ROLE`, `PERMISSION_TEMPLATE`, `DOMAIN_RESOURCE`, `MODULE`
65-
- ADRs: [ADR-0079](../../architecture/adrs/0079-dependency-guard-policy.md)
65+
- ADRs: [ADR-0079](../../../architecture/adrs/0079-dependency-guard-policy.md)

0 commit comments

Comments
 (0)