diff --git a/public/docs/ts/latest/cookbook/ajs-quick-reference.jade b/public/docs/ts/latest/cookbook/ajs-quick-reference.jade
index d8b2eb949c..b49a137902 100644
--- a/public/docs/ts/latest/cookbook/ajs-quick-reference.jade
+++ b/public/docs/ts/latest/cookbook/ajs-quick-reference.jade
@@ -170,7 +170,7 @@ table(width="100%")
For more information, see the [ngFor micro-syntax](../guide/template-syntax.html#microsyntax)
section of the [Template Syntax](../guide/template-syntax.html) page.
- 要了解更多信息,请参见[模板语法](../guide/template-syntax.html)中的[ngFor微语法](../guide/template-syntax.html#ngForMicrosyntax)部分。
+ 要了解更多信息,请参见[模板语法](../guide/template-syntax.html)中的[ngFor微语法](../guide/template-syntax.html#microsyntax)部分。
:marked
[Back to top](#top)
diff --git a/public/docs/ts/latest/guide/displaying-data.jade b/public/docs/ts/latest/guide/displaying-data.jade
index e73524bf4e..69f9416d17 100644
--- a/public/docs/ts/latest/guide/displaying-data.jade
+++ b/public/docs/ts/latest/guide/displaying-data.jade
@@ -60,7 +60,7 @@ figure.image-display
Follow the [setup](setup.html) instructions for creating a new project
named displaying-data.
- 按照[开发环境](setup.html)的说明,创建一个新项目,名为displaying-data。
Then modify the app.component.ts file by
changing the template and the body of the component.
@@ -233,7 +233,7 @@ figure.image-display
注意看`ngFor`双引号表达式中的`hero`,它是一个模板输入变量。
更多模板输入变量的信息,见[模板语法](./template-syntax.html)中的
- [微语法 (microsyntax)](./template-syntax.html#ngForMicrosyntax)。
+ [微语法 (microsyntax)](./template-syntax.html#microsyntax)。
Angular duplicates the `