docs(deployment): fix links to aot cookbook (#3165)

This commit is contained in:
Filipe Silva 2017-01-30 17:00:34 +00:00 committed by Jesús Rodríguez
parent 8728e4963c
commit 40e47d4650
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ a#overview
* [_Ahead of Time_ compilation (AOT)](#aot "AOT Compilation") is the first of
[several optimization strategies](#optimize).
You'll also want to read the [detailed instructions in the AOT Cookbook](aot-compiler.html "AOT Cookbook").
You'll also want to read the [detailed instructions in the AOT Cookbook](../cookbook/aot-compiler.html "AOT Cookbook").
* [Webpack](#webpack "Webpack Optimization") is a popular general purpose packaging tool with a rich ecosystem, including plugins for AOT.
The Angular [webpack guide](webpack.html "Webpack: an introduction") can get you started and
@ -224,7 +224,7 @@ a#aot
* You don't download the Angular compiler, which is pretty big on its own.
* The compiler discards unused Angular directives that a tree-shaking tool can then exclude.
Learn more about AOT Compilation in the [AOT Cookbook](aot-compiler.html "AOT Cookbook")
Learn more about AOT Compilation in the [AOT Cookbook](../cookbook/aot-compiler.html "AOT Cookbook")
which describes running the AOT compiler from the command line
and using [_rollup_](#rollup) for bundling, minification, uglification and tree shaking.
@ -510,4 +510,4 @@ a#next-steps
:marked
## Next steps
If you want to go beyond the [simple _copy-deploy_](#dev-deploy "Simplest deployment possible") approach,
read the [AOT Cookbook](aot-compiler.html "AOT Cookbook") next.
read the [AOT Cookbook](../cookbook/aot-compiler.html "AOT Cookbook") next.