Skip to content

Commit

Permalink
Fix broken link on animations page #4324
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelguimaraes authored and etimberg committed Jun 5, 2017
1 parent a930830 commit 7ee8da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/animations.md
Expand Up @@ -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.

0 comments on commit 7ee8da9

Please sign in to comment.