From 2daf2fe293f770d7f894fcbb3e2b1ec9bd0e368b Mon Sep 17 00:00:00 2001 From: MinRK Date: Tue, 25 Mar 2014 17:03:37 -0700 Subject: [PATCH] update links in notebook help menu --- IPython/html/templates/notebook.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index 097a416f1..79c60f5dd 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -227,8 +227,8 @@ class="notebook_app" ( ("http://ipython.org/documentation.html","IPython Help",True), ("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/notebooks/", "Notebook Examples", True), - ("http://ipython.org/ipython-doc/stable/interactive/notebook.html","Notebook Help",True), - ("http://ipython.org/ipython-doc/dev/interactive/cm_keyboard.html","Editor Shortcuts",True), + ("http://ipython.org/ipython-doc/2/notebook/notebook.html","Notebook Help",True), + ("http://ipython.org/ipython-doc/2/notebook/cm_keyboard.html","Editor Shortcuts",True), ),( ("http://docs.python.org","Python",True), ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),