Skip to content

Commit

Permalink
Docs: fix broken and inconsistent links (#9237)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Jun 5, 2021
1 parent 3212124 commit 6a46cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/tooltip.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/general/padding.md
Expand Up @@ -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, {
Expand Down

0 comments on commit 6a46cc3

Please sign in to comment.