]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update animations.md (#10184)
authorAdam Parkin <pzelnip@users.noreply.github.com>
Tue, 22 Feb 2022 13:37:33 +0000 (05:37 -0800)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 13:37:33 +0000 (08:37 -0500)
Fix broken link to animations sample.

docs/configuration/animations.md

index 0aaf7798dce90c861850d1dee2adb40f334ec82e..bd12625ec0cd2e30be035caf5c5c09fabb7f84ad 100644 (file)
@@ -282,4 +282,4 @@ const chart = new Chart(ctx, {
 });
 ```
 
-Another example usage of these callbacks can be found on [Github](https://github.com/chartjs/Chart.js/blob/master/samples/advanced/progress-bar.html): this sample displays a progress bar showing how far along the animation is.
+Another example usage of these callbacks can be found [in this progress bar sample.](../samples/advanced/progress-bar.md) which displays a progress bar showing how far along the animation is.