From b7f07850a9339b85a97fe0c261b5d3929c31d835 Mon Sep 17 00:00:00 2001 From: Cole R Lawrence <msgzht@gmail.com> Date: Mon, 14 Dec 2015 11:59:30 -0600 Subject: [PATCH] Link text runmode script in the correct location --- demo/runmode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/runmode.html b/demo/runmode.html index 257f03d6b..ab8938d8d 100644 --- a/demo/runmode.html +++ b/demo/runmode.html @@ -43,7 +43,7 @@ function doHighlight() { <p>Running a CodeMirror mode outside of the editor. The <code>CodeMirror.runMode</code> function, defined - in <code><a href="../addon/runmode/runmode.js">lib/runmode.js</a></code> takes the following arguments:</p> + in <code><a href="../addon/runmode/runmode.js">addon/runmode/runmode.js</a></code> takes the following arguments:</p> <dl> <dt><code>text (string)</code></dt> -- GitLab