Skip to content

Commit

Permalink
[docs] Fix dead anchor link (#11265)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Nov 30, 2023
1 parent 2e9e436 commit 66cf56c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/.link-check-errors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ Broken links found by `yarn docs:link-check` that exist:
- https://mui.com/x/api/data-grid/data-grid/#props
- https://mui.com/x/api/data-grid/data-grid/#slots
- https://mui.com/x/api/date-pickers/date-picker/#slots
- https://mui.com/x/introduction/licensing/#license-key-installation
- https://mui.com/x/react-charts/#getting-started
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import { LicenseInfo } from '@mui/x-license-pro';
LicenseInfo.setLicenseKey('YOUR_LICENSE_KEY');
```

Learn more on [the Licensing page](/x/introduction/licensing/#license-key-installation).
Learn more on [the Licensing page](/x/introduction/licensing/#license-key).

### 2. Run the code mod

Expand Down

0 comments on commit 66cf56c

Please sign in to comment.