From d64ee6cc9decc83c58ba8e90780e9afe69326b86 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Fri, 14 Jun 2024 00:24:23 +0300 Subject: [PATCH] docs: fix broken link in ng-container API reference (#56445) Closes #56444 PR Close #56445 --- tools/manual_api_docs/elements/ng-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/manual_api_docs/elements/ng-container.md b/tools/manual_api_docs/elements/ng-container.md index 6cf6beaaae6..2552b85022c 100644 --- a/tools/manual_api_docs/elements/ng-container.md +++ b/tools/manual_api_docs/elements/ng-container.md @@ -78,7 +78,7 @@ an `` element, which would then wrap the other one, like so: This would work as intended without introducing any new unnecessary elements in the DOM. -For more information see [one structural directive per element](guide/structural-directives#one-per-element). +For more information see [one structural directive per element](guide/directives/structural-directives#one-structural-directive-per-element). ### Use alongside ngTemplateOutlet