From 9d30222491f83d7dc7acb44251a60e27b5954c65 Mon Sep 17 00:00:00 2001 From: David Nemcok Date: Sun, 31 Jul 2016 11:53:19 +0200 Subject: [PATCH] Fix incorrect documentation URL --- lib/timeline/component/CustomTime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeline/component/CustomTime.js b/lib/timeline/component/CustomTime.js index 63c1545c..fcdff5de 100644 --- a/lib/timeline/component/CustomTime.js +++ b/lib/timeline/component/CustomTime.js @@ -118,7 +118,7 @@ CustomTime.prototype.redraw = function () { var locale = this.options.locales[this.options.locale]; if (!locale) { if (!this.warned) { - console.log('WARNING: options.locales[\'' + this.options.locale + '\'] not found. See http://visjs.org/docs/timeline.html#Localization'); + console.log('WARNING: options.locales[\'' + this.options.locale + '\'] not found. See http://visjs.org/docs/timeline/#Localization'); this.warned = true; } locale = this.options.locales['en']; // fall back on english when not available