From ee98f4eaf844c84bbdbc93bad62fb574fa4c8589 Mon Sep 17 00:00:00 2001 From: dario-piotrowicz Date: Thu, 2 Jun 2022 21:23:38 +0100 Subject: [PATCH] docs: update outdated link title for structural directives guide (#46228) amend the aio glossary using as the structural-directives guide link's title the outdated heading of that guide (changed in PR #44895) PR Close #46228 --- aio/content/guide/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index c3c75f2a629..3d608710f90 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -1142,7 +1142,7 @@ Learn more about zones in this [Brian Ford video][YoutubeWatchV3iqtmusceU]. [AioGuideSetupLocal]: guide/setup-local "Setting up the local environment and workspace | Angular" -[AioGuideStructuralDirectives]: guide/structural-directives "Writing structural directives | Angular" +[AioGuideStructuralDirectives]: guide/structural-directives "Structural directives | Angular" [AioGuideStyleguide0201]: guide/styleguide#02-01 "Style 02-01 - Angular coding style guide | Angular"