diff --git a/packages/common/src/directives/ng_for_of.ts b/packages/common/src/directives/ng_for_of.ts index f490432c4c264..32d5955c992e2 100644 --- a/packages/common/src/directives/ng_for_of.ts +++ b/packages/common/src/directives/ng_for_of.ts @@ -155,7 +155,7 @@ export class NgForOf = NgIterable> implements DoCh if (console && console.warn) { console.warn( `trackBy must be a function, but received ${JSON.stringify(fn)}. ` + - `See https://angular.io/docs/ts/latest/api/common/index/NgFor-directive.html#!#change-propagation for more information.`); + `See https://angular.io/api/common/NgForOf#change-propagation for more information.`); } } this._trackByFn = fn;