From 89e64355eb86e55c3b66764445f6bbd186bb3b68 Mon Sep 17 00:00:00 2001 From: seancull Date: Tue, 17 Oct 2017 09:11:10 +0100 Subject: [PATCH] Corrected link to documentation from Laboratory demo old link was 404 --- demos/laboratory/data/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/laboratory/data/config.js b/demos/laboratory/data/config.js index 956decd66..b3c020b80 100644 --- a/demos/laboratory/data/config.js +++ b/demos/laboratory/data/config.js @@ -1,4 +1,4 @@ define({ dgridUrl: 'http://dgrid.io', - docBaseUrl: 'https://github.com/SitePen/dgrid/blob/dev-1.0/doc/' + docBaseUrl: 'https://github.com/SitePen/dgrid/tree/master/doc' });