From d09ab14ae952d6ea6a3485290a8c8f476bbd9270 Mon Sep 17 00:00:00 2001 From: Raquel Guimaraes Date: Sun, 4 Jun 2017 20:12:16 -0300 Subject: [PATCH] Fix broken link on animations page #4324 --- docs/configuration/animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/animations.md b/docs/configuration/animations.md index 92e273bb697..77d469ef11d 100644 --- a/docs/configuration/animations.md +++ b/docs/configuration/animations.md @@ -93,4 +93,4 @@ var chart = new Chart(ctx, { }); ``` -Another example usage of these callbacks can be found on [Github](https://github.com/chartjs/Chart.js/blob/master/samples/animation/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://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.