From 40537f20a6e05cb0f405610cfc6b7f3b63e953a0 2013-04-28 04:53:37
From: Brian E. Granger <ellisonbg@gmail.com>
Date: 2013-04-28 04:53:37
Subject: [PATCH] Updating path to codemirror.

---

diff --git a/IPython/frontend/html/notebook/static/js/codecell.js b/IPython/frontend/html/notebook/static/js/codecell.js
index 6ce4e4f..e565685 100644
--- a/IPython/frontend/html/notebook/static/js/codecell.js
+++ b/IPython/frontend/html/notebook/static/js/codecell.js
@@ -46,7 +46,7 @@ var IPython = (function (IPython) {
 
     var utils = IPython.utils;
     var key   = IPython.utils.keycodes;
-    CodeMirror.modeURL = "/static/codemirror/mode/%N/%N.js";
+    CodeMirror.modeURL = "/static/components/codemirror/mode/%N/%N.js";
 
     /**
      * A Cell conceived to write code.