Skip to content

Commit 1173f8a

Browse files
committed
fix broken link
1 parent b796954 commit 1173f8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/architecture/adr/0003-observable-data-services.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Chosen option: **Observable data services**, because
3535

3636
:::info Updated Guidance
3737

38-
This ADR remains valid for business logic services, but
39-
[ADR 0029](/architecture/adr/0029-angular-signals) introduces Angular Signals as the preferred
40-
approach over RxJS for view layer code (components, directives, pipes, and UI-coupled services).
38+
This ADR remains valid for business logic services, but [ADR 0029][signals] introduces Angular
39+
Signals as the preferred approach over RxJS for view layer code (components, directives, pipes, and
40+
UI-coupled services).
4141

4242
:::
4343

@@ -103,3 +103,4 @@ NGRX is the most popular Redux implementation for Angular. For more details, rea
103103
[observable]:
104104
https://blog.angular-university.io/how-to-build-angular2-apps-using-rxjs-observable-data-services-pitfalls-to-avoid/
105105
[redux-motivation]: https://redux.js.org/understanding/thinking-in-redux/motivation
106+
[signals]: ./0029-angular-signals.md

0 commit comments

Comments
 (0)