From d337b4a387bbe34222069338553e6e88b8f8f677 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 27 Sep 2023 15:40:06 +0200 Subject: [PATCH] fix(docs): fix broken links --- .../docs/challenges/angular-performance/12-scroll-cd.md | 2 +- .../content/docs/challenges/angular-performance/32-bug-cd.md | 2 +- .../docs/challenges/angular-performance/34-default-onpush.md | 2 +- docs/src/content/docs/challenges/angular/10-pipe-utility.md | 2 +- docs/src/content/docs/challenges/angular/13-styling.md | 2 +- docs/src/content/docs/challenges/angular/16-di.md | 2 +- .../src/content/docs/challenges/angular/21-achor-scrolling.md | 2 +- docs/src/content/docs/challenges/angular/22-router-input.md | 2 +- .../docs/challenges/angular/3-directive-enhancement.md | 2 +- .../content/docs/challenges/angular/30-interop-rxjs-signal.md | 2 +- .../docs/challenges/angular/31-module-to-standalone.md | 2 +- docs/src/content/docs/challenges/angular/33-decoupling.md | 2 +- .../content/docs/challenges/angular/4-context-outlet-typed.md | 2 +- docs/src/content/docs/challenges/angular/5-crud.md | 4 ++-- docs/src/content/docs/challenges/angular/6-permissions.md | 2 +- docs/src/content/docs/challenges/angular/8-pipe-pure.md | 2 +- docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md | 2 +- docs/src/content/docs/challenges/ngrx/2-effect-selector.md | 2 +- docs/src/content/docs/challenges/ngrx/7-power-effect.md | 2 +- docs/src/content/docs/challenges/nx/25-generator-lib-ext.md | 2 +- docs/src/content/docs/challenges/nx/26-generator-comp.md | 2 +- docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md | 2 +- .../content/docs/challenges/rxjs/11-bug-chaining-operator.md | 2 +- docs/src/content/docs/challenges/rxjs/14-race-condition.md | 2 +- docs/src/content/docs/challenges/testing/17-router.md | 2 +- docs/src/content/docs/challenges/testing/18-nested-comp.md | 2 +- docs/src/content/docs/challenges/testing/19-input-output.md | 2 +- docs/src/content/docs/challenges/testing/20-modal.md | 2 +- docs/src/content/docs/challenges/testing/23-harness.md | 2 +- .../content/docs/challenges/testing/24-harness-creation.md | 2 +- docs/src/content/docs/challenges/testing/28-checkbox.md | 2 +- .../content/docs/challenges/testing/29-real-application.md | 2 +- docs/src/content/docs/challenges/typescript/15-overload-fn.md | 2 +- 33 files changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/src/content/docs/challenges/angular-performance/12-scroll-cd.md b/docs/src/content/docs/challenges/angular-performance/12-scroll-cd.md index ed67c0b..d6b80c1 100644 --- a/docs/src/content/docs/challenges/angular-performance/12-scroll-cd.md +++ b/docs/src/content/docs/challenges/angular-performance/12-scroll-cd.md @@ -49,7 +49,7 @@ Your PR title must start with Answer:12. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular-performance/32-bug-cd.md b/docs/src/content/docs/challenges/angular-performance/32-bug-cd.md index dadf4d0..1632213 100644 --- a/docs/src/content/docs/challenges/angular-performance/32-bug-cd.md +++ b/docs/src/content/docs/challenges/angular-performance/32-bug-cd.md @@ -53,7 +53,7 @@ Your PR title must start with Answer:32. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular-performance/34-default-onpush.md b/docs/src/content/docs/challenges/angular-performance/34-default-onpush.md index 6ea3f97..0ab9922 100644 --- a/docs/src/content/docs/challenges/angular-performance/34-default-onpush.md +++ b/docs/src/content/docs/challenges/angular-performance/34-default-onpush.md @@ -66,7 +66,7 @@ Your PR title must start with Answer:34. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/10-pipe-utility.md b/docs/src/content/docs/challenges/angular/10-pipe-utility.md index 567915e..ca0ec37 100644 --- a/docs/src/content/docs/challenges/angular/10-pipe-utility.md +++ b/docs/src/content/docs/challenges/angular/10-pipe-utility.md @@ -40,7 +40,7 @@ Your PR title must start with Answer:10. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/13-styling.md b/docs/src/content/docs/challenges/angular/13-styling.md index d751036..b5a3df5 100644 --- a/docs/src/content/docs/challenges/angular/13-styling.md +++ b/docs/src/content/docs/challenges/angular/13-styling.md @@ -42,7 +42,7 @@ Your PR title must start with Answer:13. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/16-di.md b/docs/src/content/docs/challenges/angular/16-di.md index e90410d..f594c8f 100644 --- a/docs/src/content/docs/challenges/angular/16-di.md +++ b/docs/src/content/docs/challenges/angular/16-di.md @@ -45,7 +45,7 @@ Your PR title must start with Answer:16. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/21-achor-scrolling.md b/docs/src/content/docs/challenges/angular/21-achor-scrolling.md index 7c1ace1..0a4d5da 100644 --- a/docs/src/content/docs/challenges/angular/21-achor-scrolling.md +++ b/docs/src/content/docs/challenges/angular/21-achor-scrolling.md @@ -37,7 +37,7 @@ Your PR title must start with Answer:21. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/22-router-input.md b/docs/src/content/docs/challenges/angular/22-router-input.md index 9b4b72c..20b61e2 100644 --- a/docs/src/content/docs/challenges/angular/22-router-input.md +++ b/docs/src/content/docs/challenges/angular/22-router-input.md @@ -32,7 +32,7 @@ Your PR title must start with Answer:22. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/3-directive-enhancement.md b/docs/src/content/docs/challenges/angular/3-directive-enhancement.md index 7581ef5..c8bcd85 100644 --- a/docs/src/content/docs/challenges/angular/3-directive-enhancement.md +++ b/docs/src/content/docs/challenges/angular/3-directive-enhancement.md @@ -60,7 +60,7 @@ Your PR title must start with Answer:3. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/30-interop-rxjs-signal.md b/docs/src/content/docs/challenges/angular/30-interop-rxjs-signal.md index 3229bc9..37032a7 100644 --- a/docs/src/content/docs/challenges/angular/30-interop-rxjs-signal.md +++ b/docs/src/content/docs/challenges/angular/30-interop-rxjs-signal.md @@ -34,7 +34,7 @@ Your PR title must start with Answer:30. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/31-module-to-standalone.md b/docs/src/content/docs/challenges/angular/31-module-to-standalone.md index e356ec7..2fc59a7 100644 --- a/docs/src/content/docs/challenges/angular/31-module-to-standalone.md +++ b/docs/src/content/docs/challenges/angular/31-module-to-standalone.md @@ -42,7 +42,7 @@ Your PR title must start with Answer:31. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/33-decoupling.md b/docs/src/content/docs/challenges/angular/33-decoupling.md index e7eba9f..6720d08 100644 --- a/docs/src/content/docs/challenges/angular/33-decoupling.md +++ b/docs/src/content/docs/challenges/angular/33-decoupling.md @@ -50,7 +50,7 @@ Your PR title must start with Answer:33. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/4-context-outlet-typed.md b/docs/src/content/docs/challenges/angular/4-context-outlet-typed.md index 9eb5c60..7baff54 100644 --- a/docs/src/content/docs/challenges/angular/4-context-outlet-typed.md +++ b/docs/src/content/docs/challenges/angular/4-context-outlet-typed.md @@ -58,7 +58,7 @@ Your PR title must start with Answer:4. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/5-crud.md b/docs/src/content/docs/challenges/angular/5-crud.md index a41f8b3..6f926d5 100644 --- a/docs/src/content/docs/challenges/angular/5-crud.md +++ b/docs/src/content/docs/challenges/angular/5-crud.md @@ -67,12 +67,12 @@ Your PR title must start with Answer:5.
❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/6-permissions.md b/docs/src/content/docs/challenges/angular/6-permissions.md index 633c722..0de9e61 100644 --- a/docs/src/content/docs/challenges/angular/6-permissions.md +++ b/docs/src/content/docs/challenges/angular/6-permissions.md @@ -73,7 +73,7 @@ Your PR title must start with Answer:6. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/8-pipe-pure.md b/docs/src/content/docs/challenges/angular/8-pipe-pure.md index 540f385..3f80ac7 100644 --- a/docs/src/content/docs/challenges/angular/8-pipe-pure.md +++ b/docs/src/content/docs/challenges/angular/8-pipe-pure.md @@ -40,7 +40,7 @@ Your PR title must start with Answer:8. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md b/docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md index 0893b53..1dad662 100644 --- a/docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md +++ b/docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md @@ -41,7 +41,7 @@ Your PR title must start with Answer:9. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/ngrx/2-effect-selector.md b/docs/src/content/docs/challenges/ngrx/2-effect-selector.md index bf0210b..38a760e 100644 --- a/docs/src/content/docs/challenges/ngrx/2-effect-selector.md +++ b/docs/src/content/docs/challenges/ngrx/2-effect-selector.md @@ -48,7 +48,7 @@ Your PR title must start with Answer:2. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/ngrx/7-power-effect.md b/docs/src/content/docs/challenges/ngrx/7-power-effect.md index 2081d02..e22cd14 100644 --- a/docs/src/content/docs/challenges/ngrx/7-power-effect.md +++ b/docs/src/content/docs/challenges/ngrx/7-power-effect.md @@ -51,7 +51,7 @@ Your PR title must start with Answer:7. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/nx/25-generator-lib-ext.md b/docs/src/content/docs/challenges/nx/25-generator-lib-ext.md index d1416ae..c8d16e1 100644 --- a/docs/src/content/docs/challenges/nx/25-generator-lib-ext.md +++ b/docs/src/content/docs/challenges/nx/25-generator-lib-ext.md @@ -67,7 +67,7 @@ Your PR title must start with Answer:25. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/nx/26-generator-comp.md b/docs/src/content/docs/challenges/nx/26-generator-comp.md index 42bf032..e7db885 100644 --- a/docs/src/content/docs/challenges/nx/26-generator-comp.md +++ b/docs/src/content/docs/challenges/nx/26-generator-comp.md @@ -155,7 +155,7 @@ Your PR title must start with Answer:26. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md b/docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md index 8b4df42..2d61936 100644 --- a/docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md +++ b/docs/src/content/docs/challenges/nx/27-forbid-enum-rule.md @@ -36,7 +36,7 @@ Your PR title must start with Answer:27. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md b/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md index 5529c31..b8f7553 100644 --- a/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md +++ b/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md @@ -48,7 +48,7 @@ Your PR title must start with Answer:11. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/rxjs/14-race-condition.md b/docs/src/content/docs/challenges/rxjs/14-race-condition.md index 40b2243..9b3da13 100644 --- a/docs/src/content/docs/challenges/rxjs/14-race-condition.md +++ b/docs/src/content/docs/challenges/rxjs/14-race-condition.md @@ -46,7 +46,7 @@ Your PR title must start with Answer:14. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/testing/17-router.md b/docs/src/content/docs/challenges/testing/17-router.md index 4694d0f..934cd2c 100644 --- a/docs/src/content/docs/challenges/testing/17-router.md +++ b/docs/src/content/docs/challenges/testing/17-router.md @@ -48,7 +48,7 @@ Your PR title must start with Answer:17. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/testing/18-nested-comp.md b/docs/src/content/docs/challenges/testing/18-nested-comp.md index 6d41598..f3bf893 100644 --- a/docs/src/content/docs/challenges/testing/18-nested-comp.md +++ b/docs/src/content/docs/challenges/testing/18-nested-comp.md @@ -42,7 +42,7 @@ Your PR title must start with Answer:18. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/testing/19-input-output.md b/docs/src/content/docs/challenges/testing/19-input-output.md index ac64921..6391dd4 100644 --- a/docs/src/content/docs/challenges/testing/19-input-output.md +++ b/docs/src/content/docs/challenges/testing/19-input-output.md @@ -41,7 +41,7 @@ Your PR title must start with Answer:19. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/testing/20-modal.md b/docs/src/content/docs/challenges/testing/20-modal.md index 20a67ef..b31abfb 100644 --- a/docs/src/content/docs/challenges/testing/20-modal.md +++ b/docs/src/content/docs/challenges/testing/20-modal.md @@ -44,7 +44,7 @@ Your PR title must start with Answer:20. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/testing/23-harness.md b/docs/src/content/docs/challenges/testing/23-harness.md index 2e9165b..5f8cf9d 100644 --- a/docs/src/content/docs/challenges/testing/23-harness.md +++ b/docs/src/content/docs/challenges/testing/23-harness.md @@ -39,7 +39,7 @@ Your PR title must start with Answer:23. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/testing/24-harness-creation.md b/docs/src/content/docs/challenges/testing/24-harness-creation.md index 74df507..7ee678f 100644 --- a/docs/src/content/docs/challenges/testing/24-harness-creation.md +++ b/docs/src/content/docs/challenges/testing/24-harness-creation.md @@ -63,7 +63,7 @@ Your PR title must start with Answer:24. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/testing/28-checkbox.md b/docs/src/content/docs/challenges/testing/28-checkbox.md index 730b503..d7efba4 100644 --- a/docs/src/content/docs/challenges/testing/28-checkbox.md +++ b/docs/src/content/docs/challenges/testing/28-checkbox.md @@ -40,7 +40,7 @@ Your PR title must start with Answer:28. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/testing/29-real-application.md b/docs/src/content/docs/challenges/testing/29-real-application.md index e521732..33001a5 100644 --- a/docs/src/content/docs/challenges/testing/29-real-application.md +++ b/docs/src/content/docs/challenges/testing/29-real-application.md @@ -39,7 +39,7 @@ Your PR title must start with Answer:29. ❖ Community Answers ▶︎ Author Answer diff --git a/docs/src/content/docs/challenges/typescript/15-overload-fn.md b/docs/src/content/docs/challenges/typescript/15-overload-fn.md index 9258b62..a942a28 100644 --- a/docs/src/content/docs/challenges/typescript/15-overload-fn.md +++ b/docs/src/content/docs/challenges/typescript/15-overload-fn.md @@ -42,7 +42,7 @@ Your PR title must start with Answer:15. ❖ Community Answers ▶︎ Author Answer