This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ a#overview
34
34
35
35
* [_Ahead of Time_ compilation (AOT)](#aot "AOT Compilation") is the first of
36
36
[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").
38
38
39
39
* [Webpack](#webpack "Webpack Optimization") is a popular general purpose packaging tool with a rich ecosystem, including plugins for AOT.
40
40
The Angular [webpack guide](webpack.html "Webpack: an introduction") can get you started and
@@ -224,7 +224,7 @@ a#aot
224
224
* You don't download the Angular compiler, which is pretty big on its own.
225
225
* The compiler discards unused Angular directives that a tree-shaking tool can then exclude.
226
226
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")
228
228
which describes running the AOT compiler from the command line
229
229
and using [_rollup_](#rollup) for bundling, minification, uglification and tree shaking.
230
230
@@ -510,4 +510,4 @@ a#next-steps
510
510
:marked
511
511
## Next steps
512
512
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