This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ a#overview
3434
3535 * [_Ahead of Time_ compilation (AOT)](#aot "AOT Compilation") is the first of
3636 [several optimization strategies](#optimize).
37- You'll also want to read the [detailed instructions in the AOT Cookbook](aot-compiler.html "AOT Cookbook").
37+ You'll also want to read the [detailed instructions in the AOT Cookbook](../cookbook/ aot-compiler.html "AOT Cookbook").
3838
3939 * [Webpack](#webpack "Webpack Optimization") is a popular general purpose packaging tool with a rich ecosystem, including plugins for AOT.
4040 The Angular [webpack guide](webpack.html "Webpack: an introduction") can get you started and
@@ -224,7 +224,7 @@ a#aot
224224 * You don't download the Angular compiler, which is pretty big on its own.
225225 * The compiler discards unused Angular directives that a tree-shaking tool can then exclude.
226226
227- Learn more about AOT Compilation in the [AOT Cookbook](aot-compiler.html "AOT Cookbook")
227+ Learn more about AOT Compilation in the [AOT Cookbook](../cookbook/ aot-compiler.html "AOT Cookbook")
228228 which describes running the AOT compiler from the command line
229229 and using [_rollup_](#rollup) for bundling, minification, uglification and tree shaking.
230230
@@ -510,4 +510,4 @@ a#next-steps
510510:marked
511511 ## Next steps
512512 If you want to go beyond the [simple _copy-deploy_](#dev-deploy "Simplest deployment possible") approach,
513- read the [AOT Cookbook](aot-compiler.html "AOT Cookbook") next.
513+ read the [AOT Cookbook](../cookbook/ aot-compiler.html "AOT Cookbook") next.
You can’t perform that action at this time.
0 commit comments