From 45aa63308e29628bba9f506010600371fc0caf63 Mon Sep 17 00:00:00 2001 From: Shuaib Hasan Akib Date: Mon, 8 Dec 2025 03:22:41 +0600 Subject: [PATCH] docs: fix lazy loading documentation reference Updates broken or outdated references in the lazy loading guide. Fixes: #65906 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa6fc99b491..baf7d7a7d94 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Join the conversation and help the community. [angularelements]: https://angular.dev/guide/elements [ssr]: https://angular.dev/guide/ssr [schematics]: https://angular.dev/tools/cli/schematics -[lazyloading]: https://angular.dev/guide/ngmodules/lazy-loading +[lazyloading]: https://angular.dev/guide/routing/define-routes#lazily-loaded-components [node.js]: https://nodejs.org/ [npm]: https://www.npmjs.com/get-npm [codeofconduct]: CODE_OF_CONDUCT.md