docs: update link to cache options (#62187)

PR Close #62187
This commit is contained in:
Walter Breakell 2025-06-21 15:55:52 -07:00 committed by Jessica Janiuk
parent 07df4e14a1
commit 16ed7f50de

View file

@ -120,7 +120,7 @@ yarn ng-dev misc build-and-link <path-to-local-project-root>
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