From: Raquel Guimaraes Date: Sun, 4 Jun 2017 23:12:16 +0000 (-0300) Subject: Fix broken link on animations page #4324 X-Git-Tag: v2.7.0~1^2~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ee8da9c7f5b6d48115c5b4afa30344ce9399e15;p=thirdparty%2FChart.js.git Fix broken link on animations page #4324 --- diff --git a/docs/configuration/animations.md b/docs/configuration/animations.md index 92e273bb6..77d469ef1 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.