diff --git a/packages/common/upgrade/PACKAGE.md b/packages/common/upgrade/PACKAGE.md index 033ac730281..1f1b7079b29 100644 --- a/packages/common/upgrade/PACKAGE.md +++ b/packages/common/upgrade/PACKAGE.md @@ -1,2 +1,2 @@ Provides tools for upgrading from the `$location` service provided in AngularJS -to Angular's [unified location service](guide/upgrade#using-the-unified-angular-location-service). \ No newline at end of file +to Angular's [unified location service](https://angular.io/guide/upgrade#using-the-unified-angular-location-service). \ No newline at end of file diff --git a/packages/common/upgrade/src/location_upgrade_module.ts b/packages/common/upgrade/src/location_upgrade_module.ts index 6fc35337f06..c82c952ffc1 100644 --- a/packages/common/upgrade/src/location_upgrade_module.ts +++ b/packages/common/upgrade/src/location_upgrade_module.ts @@ -66,7 +66,7 @@ const APP_BASE_HREF_RESOLVED = new InjectionToken( /** * `NgModule` used for providing and configuring Angular's Unified Location Service for upgrading. * - * @see [Using the Unified Angular Location Service](guide/upgrade#using-the-unified-angular-location-service) + * @see [Using the Unified Angular Location Service](https://angular.io/guide/upgrade#using-the-unified-angular-location-service) * * @publicApi */ diff --git a/packages/upgrade/PACKAGE.md b/packages/upgrade/PACKAGE.md index 2da14ad53c2..304478400f7 100644 --- a/packages/upgrade/PACKAGE.md +++ b/packages/upgrade/PACKAGE.md @@ -2,4 +2,4 @@ Provides support for upgrading applications from Angular JS to Angular. The primary entry point is deprecated. Use the secondary entry point, `upgrade/static`. -See [Angular deprecation policy](guide/deprecations). \ No newline at end of file +See [Angular deprecation policy](reference/releases#deprecation-policy). \ No newline at end of file diff --git a/packages/upgrade/src/common/src/downgrade_component.ts b/packages/upgrade/src/common/src/downgrade_component.ts index 48a8abe2f05..2ab8934dc7b 100644 --- a/packages/upgrade/src/common/src/downgrade_component.ts +++ b/packages/upgrade/src/common/src/downgrade_component.ts @@ -67,7 +67,7 @@ import { * {@example upgrade/static/ts/full/module.ts region="ng2-heroes-wrapper"} * * For more details and examples on downgrading Angular components to AngularJS components please - * visit the [Upgrade guide](guide/upgrade#using-angular-components-from-angularjs-code). + * visit the [Upgrade guide](https://angular.io/guide/upgrade#using-angular-components-from-angularjs-code). * * @param info contains information about the Component that is being downgraded: * diff --git a/packages/upgrade/static/src/downgrade_module.ts b/packages/upgrade/static/src/downgrade_module.ts index 19e8d8189cc..4f36f2b32af 100644 --- a/packages/upgrade/static/src/downgrade_module.ts +++ b/packages/upgrade/static/src/downgrade_module.ts @@ -58,7 +58,7 @@ let moduleUid = 0; * {@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-performance). + * [Upgrading for Performance](https://angular.io/guide/upgrade). * * @usageNotes * @@ -96,7 +96,7 @@ let moduleUid = 0; * notify each framework as needed. * * For a more detailed discussion of the differences and their implications, see - * [Upgrading for Performance](guide/upgrade-performance). + * [Upgrading for Performance](https://angular.io/guide/upgrade). * *
* @@ -174,7 +174,7 @@ export function downgradeModule( * {@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-performance). + * [Upgrading for Performance](https://angular.io/guide/upgrade). * * @usageNotes * @@ -212,7 +212,7 @@ export function downgradeModule( * notify each framework as needed. * * For a more detailed discussion of the differences and their implications, see - * [Upgrading for Performance](guide/upgrade-performance). + * [Upgrading for Performance](https://angular.io/guide/upgrade). * *
* @@ -291,7 +291,7 @@ export function downgradeModule(moduleOrBootstrapFn: NgModuleFactory): str * {@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-performance). + * [Upgrading for Performance](https://angular.io/guide/upgrade). * * @usageNotes * @@ -329,7 +329,7 @@ export function downgradeModule(moduleOrBootstrapFn: NgModuleFactory): str * notify each framework as needed. * * For a more detailed discussion of the differences and their implications, see - * [Upgrading for Performance](guide/upgrade-performance). + * [Upgrading for Performance](https://angular.io/guide/upgrade). * *
*