Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: fix broken and inconsistent links #9237

Merged
merged 1 commit into from Jun 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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