diff --git a/IPython/html/texteditor/handlers.py b/IPython/html/texteditor/handlers.py index aa05457..50fd3ac 100644 --- a/IPython/html/texteditor/handlers.py +++ b/IPython/html/texteditor/handlers.py @@ -25,5 +25,5 @@ class EditorHandler(IPythonHandler): ) default_handlers = [ - (r"/texteditor%s" % path_regex, EditorHandler), + (r"/edit%s" % path_regex, EditorHandler), ] \ No newline at end of file