docs(aio): fixing new url on glossary date pipe

This commit is contained in:
aravindfz 2017-04-30 04:49:36 +05:30 committed by Matias Niemelä
parent 9684d78cae
commit c8dc116951
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ for any particular third-party library (although most examples use SystemJS).
You can use any module library that conforms to the standard.
Modules are typically named after the file in which the exported thing is defined.
The Angular [DatePipe](https://github.com/angular/angular/blob/master/modules/@angular/common/src/pipes/date_pipe.ts)
The Angular [DatePipe](https://github.com/angular/angular/blob/master/packages/common/src/pipes/date_pipe.ts)
class belongs to a feature module named `date_pipe` in the file `date_pipe.ts`.
You rarely access Angular feature modules directly. You usually import them from an Angular [scoped package](guide/glossary#scoped-package) such as `@angular/core`.