docs: fix broken link in ng-container API reference (#56445)

Closes #56444
PR Close #56445
This commit is contained in:
Aristeidis Bampakos
2024-06-14 00:24:23 +03:00
committed by Andrew Kushnir
parent ce8853e5af
commit d64ee6cc9d
@@ -78,7 +78,7 @@ an `<ng-container>` 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