From 15aa35ac1b43556c45f53516d5debe492fca7986 Mon Sep 17 00:00:00 2001 From: Adam Parkin Date: Sun, 20 Feb 2022 16:38:34 -0800 Subject: [PATCH] Update animations.md Fix broken link to animations sample. --- 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 0aaf7798dce..bd12625ec0c 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 [in this progress bar sample.](../samples/advanced/progress-bar.md) which displays a progress bar showing how far along the animation is.