diff --git a/docs/configuration/animations.md b/docs/configuration/animations.md index 0aaf7798dce..c82d994d700 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 on [Github](https://www.chartjs.org/docs/latest/samples/advanced/progress-bar.html): this sample displays a progress bar showing how far along the animation is.