From: Joe B. Lewis Date: Sat, 15 Apr 2017 12:08:55 +0000 (+0530) Subject: Fix broken link to point to correct sample file. X-Git-Tag: v2.6.0~2^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecac839f68791788d1d5a88fe8eb4d007c8f6fbd;p=thirdparty%2FChart.js.git Fix broken link to point to correct sample file. --- diff --git a/samples/samples.js b/samples/samples.js index c3d489cdb..235685bf2 100644 --- a/samples/samples.js +++ b/samples/samples.js @@ -111,7 +111,7 @@ path: 'scales/time/line.html' }, { title: 'Line (point data)', - path: 'scales/time/line.html' + path: 'scales/time/line-point-data.html' }, { title: 'Combo', path: 'scales/time/combo.html'