You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/material/schematics/ng-update/migrations/hammer-gestures-v9/gesture-config.template
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* automatically to this application because ng-update detected that this application
5
5
* directly used custom HammerJS gestures defined by Angular Material.
6
6
*
7
-
* Read more in the dedicated guide: https://git.io/ng-material-v9-hammer-migration
7
+
* Read more in the dedicated guide: https://github.com/angular/components/blob/3a204da37fd1366cae411b5c234517ecad199737/guides/v9-hammerjs-migration.md?
8
8
*/
9
9
10
10
import {Injectable, Inject, Optional, Type} from '@angular/core';
@@ -955,7 +955,7 @@ export class HammerGesturesMigration extends DevkitMigration<null> {
955
955
(this.globalUsesHammer ? 'the deprecated Angular Material gesture config.' : 'HammerJS.'),
956
956
);
957
957
context.logger.info(
958
-
'Read more about migrating tests: https://git.io/ng-material-v9-hammer-migrate-tests',
958
+
'Read more about migrating tests: https://github.com/angular/components/blob/3a204da37fd1366cae411b5c234517ecad199737/guides/v9-hammerjs-migration.md#how-to-migrate-my-tests',
0 commit comments