]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix broken links (#8463)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Sat, 20 Feb 2021 13:16:57 +0000 (14:16 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Feb 2021 13:16:57 +0000 (08:16 -0500)
docs/docs/developers/plugins.md
docs/docs/developers/updates.md
docs/docs/getting-started/index.mdx

index 3156ac14cacc7eda06ea1b5f8a2f771d0d1f284a..09417f6098fb1ea032116e611dd8743dd78cf8ac 100644 (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).
index c5347e4e2ec2d9f291c0c185fc02e390fb313051..d0f0f0ed1b09e881bd28a9b2621d963ac9bfe721 100644 (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
 
index c487b3dd071bcc2eb2a6661ac82f2f8cfe953a1d..0f7e1cb39705209db84b53f6df29ade7bb121fc9 100644 (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>