From c8dc116951bcc34a8edc6d3f645f77d3c7b9720f Mon Sep 17 00:00:00 2001 From: aravindfz Date: Sun, 30 Apr 2017 04:49:36 +0530 Subject: [PATCH] docs(aio): fixing new url on glossary date pipe --- 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 6d3524142e..6c837ba14f 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -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`.