From 1d6b8f3b44da36e0abb16f921f82674818db3d18 Mon Sep 17 00:00:00 2001 From: wenzdey <56051809+wenzdey@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:36:26 -0500 Subject: [PATCH] Updated dead sample link (#10748) * Updated dead sample link * Updated option sample --- docs/developers/updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/updates.md b/docs/developers/updates.md index abacad4db..6857a9817 100644 --- a/docs/developers/updates.md +++ b/docs/developers/updates.md @@ -95,7 +95,7 @@ function updateScale(chart) { } ``` -Code sample for updating options can be found in [toggle-scale-type.html](https://www.chartjs.org/samples/latest/scales/toggle-scale-type.html). +Code sample for updating options can be found in [line-datasets.html](https://www.chartjs.org/docs/latest/samples/area/line-datasets.html). ## Preventing Animations -- 2.47.2