From 6070f84c8d8c55c46d843c9a52d18782d2e2cb3f Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 25 Nov 2014 10:04:57 -0800 Subject: [PATCH] /texteditor/ in URLs -> /edit/ --- IPython/html/texteditor/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/texteditor/handlers.py b/IPython/html/texteditor/handlers.py index aa05457e6..50fd3acc9 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