From: wenzdey <56051809+wenzdey@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:36:26 +0000 (-0500) Subject: Updated dead sample link (#10748) X-Git-Tag: v4.0.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d6b8f3b44da36e0abb16f921f82674818db3d18;p=thirdparty%2FChart.js.git Updated dead sample link (#10748) * Updated dead sample link * Updated option sample --- 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