docs(aio): tech edits to upgrade-lazy (#18487) (#18487)

PR Close #18487

PR Close #18487
This commit is contained in:
Kapunahele Wong
2017-09-11 12:25:29 -04:00
committed by Jason Aden
parent bb6b59128f
commit 22758912a0
4 changed files with 356 additions and 361 deletions

View File

@ -48,7 +48,7 @@ import {NgAdapterInjector} from './util';
* {@example upgrade/static/ts/lite/module.ts region="basic-how-to"}
*
* For more details on how to use `downgradeModule()` see
* [Upgrading for Performance](guide/upgrade-lite).
* [Upgrading for Performance](guide/upgrade-performance).
*
* @usageNotes
*
@ -86,7 +86,7 @@ import {NgAdapterInjector} from './util';
* notify each framework as needed.
*
* For a more detailed discussion of the differences and their implications, see
* [Upgrading for Performance](guide/upgrade-lite).
* [Upgrading for Performance](guide/upgrade-performance).
*
* <div class="alert is-helpful">
*