From: Adam Parkin Date: Tue, 22 Feb 2022 13:37:33 +0000 (-0800) Subject: Update animations.md (#10184) X-Git-Tag: v3.8.0~32 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a6693e26dc190acff9426174256bfe730f09629;p=thirdparty%2FChart.js.git Update animations.md (#10184) Fix broken link to animations sample. --- diff --git a/docs/configuration/animations.md b/docs/configuration/animations.md index 0aaf7798d..bd12625ec 100644 --- a/docs/configuration/animations.md +++ b/docs/configuration/animations.md @@ -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.