Docs: fix broken and inconsistent links (#9237)

This commit is contained in:
Jukka Kurkela
2021-06-05 15:04:57 +03:00
committed by GitHub
parent 3212124e9d
commit 6a46cc39bb
2 changed files with 2 additions and 2 deletions

View File

@@ -350,7 +350,7 @@ var myPieChart = new Chart(ctx, {
});
```
See [samples](/samples/tooltip/html) for examples on how to get started with external tooltips.
See [samples](/samples/tooltip/html.md) for examples on how to get started with external tooltips.
## Tooltip Model

View File

@@ -45,7 +45,7 @@ let chart = new Chart(ctx, {
This is a shorthand for defining left/right and top/bottom to same values.
For example, 10px left / right and 4px top / bottom padding on a Radial Linear Axis [tick backdropPadding](/axes/radial/linear.html#linear-radial-axis-specific-tick-options):
For example, 10px left / right and 4px top / bottom padding on a Radial Linear Axis [tick backdropPadding](/axes/radial/linear.md#linear-radial-axis-specific-tick-options):
```javascript
let chart = new Chart(ctx, {