Skip to content

Commit bad049c

Browse files
crisbetommalerba
authored andcommitted
build: fix wrong anchors in docs (#19375)
1 parent bef4e80 commit bad049c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/v9-hammerjs-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ by default in Angular versions 8 and below.
3636
If your application provides a custom [`HAMMER_GESTURE_CONFIG`][1] and also references the
3737
deprecated Angular Material `GestureConfig`, the migration will print a warning about
3838
ambiguous usage. The migration cannot migrate your project automatically and manual changes
39-
are required. Read more [in the dedicated section](#The-migration-reported-ambiguous-usage-What-should-I-do).
39+
are required. Read more [in the dedicated section](#the-migration-reported-ambiguous-usage-what-should-i-do).
4040

4141
### How does the schematic remove HammerJS?
4242

@@ -62,12 +62,12 @@ import 'hammerjs';
6262

6363
The migration cannot automatically remove HammerJS from tests. Please manually clean up
6464
the test setup and resolve any test issues. Read more in a
65-
[dedicated section for test migration](#How-to-migrate-my-tests).
65+
[dedicated section for test migration](#how-to-migrate-my-tests).
6666

6767
### How do I migrate references to the deprecated `GestureConfig`?
6868

6969
The `GestureConfig` can be consumed in multiple ways. The migration covers the most common cases.
70-
The most common case is that an `NgModule` in your application directly provides `GestureConfig`:
70+
The most common case is that an `NgModule` in your application directly provides `GestureConfig`:
7171

7272
```typescript
7373
import {GestureConfig} from '@angular/material/core';

0 commit comments

Comments
 (0)