Fix broken links (#8463)

This commit is contained in:
Jacco van den Berg 2021-02-20 14:16:57 +01:00 committed by GitHub
parent d264672381
commit 284e357fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -118,4 +118,4 @@ var chart = new Chart(ctx, {
## Plugin Core API
Read more about the [existing plugin extension hooks](../jsdoc/IPlugin.html).
Read more about the [existing plugin extension hooks](https://github.com/chartjs/Chart.js/blob/master/types/index.esm.d.ts#L733).

View File

@ -97,7 +97,7 @@ function updateScale(chart) {
}
```
Code sample for updating options can be found in [toggle-scale-type.html](./../../../samples/latest/scales/toggle-scale-type.html).
Code sample for updating options can be found in [toggle-scale-type.html](https://www.chartjs.org/samples/latest/scales/toggle-scale-type.html).
## Preventing Animations

View File

@ -4,7 +4,7 @@ title: Getting Started
Let's get started using Chart.js!
First, we need to have a canvas in our page. It's recommended to give the chart its own container for [responsiveness](../general/responsive.md).
First, we need to have a canvas in our page. It's recommended to give the chart its own container for [responsiveness](../configuration/responsive.md).
```html
<div>