From 16ed7f50de00de1271b2cd4fe2d8a950a361b1ec Mon Sep 17 00:00:00 2001 From: Walter Breakell Date: Sat, 21 Jun 2025 15:55:52 -0700 Subject: [PATCH] docs: update link to cache options (#62187) PR Close #62187 --- contributing-docs/building-and-testing-angular.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-docs/building-and-testing-angular.md b/contributing-docs/building-and-testing-angular.md index c04b3de7868..7d9610c17bd 100644 --- a/contributing-docs/building-and-testing-angular.md +++ b/contributing-docs/building-and-testing-angular.md @@ -120,7 +120,7 @@ yarn ng-dev misc build-and-link When making changes to Angular packages and testing in a local library/project you need to run `ng cache disable` to disable the Angular CLI disk cache. If you are making changes that are not reflected in your locally served library/project, verify if you -have [CLI Cache](https://angular.io/guide/workspace-config#cache-options) disabled. +have [CLI Cache](https://angular.dev/reference/configs/workspace-config#cache-options) disabled. #### Invoking the Angular CLI