From 5cc1907f573b48f2f294eee971cf08307bcc0806 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Sun, 3 Jan 2016 18:03:37 +0000 Subject: [PATCH] docs(structural-directives): fix broken links closes #640 --- public/docs/ts/latest/guide/structural-directives.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/ts/latest/guide/structural-directives.jade b/public/docs/ts/latest/guide/structural-directives.jade index 8b34e0c6ea..c3bb3ac703 100644 --- a/public/docs/ts/latest/guide/structural-directives.jade +++ b/public/docs/ts/latest/guide/structural-directives.jade @@ -30,7 +30,7 @@ include ../../../../_includes/_util-fns It's the most common of the three directives and we write lots of them as we build our application. The [*Attribute* directive](attribute-directives.html) changes the appearance or behavior of an element. - The built-in [NgStyle](template-syntax.html#ng-style) directive, for example, + The built-in [NgStyle](template-syntax.html#ngStyle) directive, for example, can change several element styles at the same time. We can use it to render text bold, italic, and lime green by binding to a component property that requests such a sickening result. @@ -212,9 +212,9 @@ figure.image-display and move the directive onto the `