Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

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

Merged
merged 1 commit into from
Jan 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/docs/ts/latest/guide/deployment.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.