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

Commit 40e47d4

Browse files
filipesilvaFoxandxss
authored andcommitted
docs(deployment): fix links to aot cookbook (#3165)
1 parent 8728e49 commit 40e47d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/ts/latest/guide/deployment.jade

+3-3
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)