From 3caae94261b8c4329cbda926dafdc3e95f929672 Mon Sep 17 00:00:00 2001 From: Aravind Date: Sat, 11 Nov 2017 04:35:19 +0530 Subject: [PATCH] docs(aio): fix not found schema (#20347) Fixes #20338 PR Close #20347 --- aio/content/guide/aot-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 9c32535893..e1c56e5ecb 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -127,7 +127,7 @@ You can think of `.metadata.json` as a diagram of the overall structure of a dec
-Angular's [schema.ts](https://github.com/angular/angular/blob/master/packages/tsc-wrapped/src/schema.ts) +Angular's [schema.ts](https://github.com/angular/angular/blob/master/packages/compiler-cli/src/metadata/schema.ts) describes the JSON format as a collection of TypeScript interfaces.