mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-09 17:56:51 +01:00
Docs: fix broken and inconsistent links (#9237)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user