]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix broken link on animations page #4324
authorRaquel Guimaraes <raquelrag@gmail.com>
Sun, 4 Jun 2017 23:12:16 +0000 (20:12 -0300)
committerEvert Timberg <evert.timberg+github@gmail.com>
Mon, 5 Jun 2017 00:15:21 +0000 (20:15 -0400)
docs/configuration/animations.md

index 92e273bb697e239f590bd1e4289af69f2a2740a8..77d469ef11d9d5433b1456f2a52bfa733a3cfbab 100644 (file)
@@ -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.