From ecac839f68791788d1d5a88fe8eb4d007c8f6fbd Mon Sep 17 00:00:00 2001 From: "Joe B. Lewis" Date: Sat, 15 Apr 2017 17:38:55 +0530 Subject: [PATCH] Fix broken link to point to correct sample file. --- samples/samples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'