From 655098b3c2e455c9f862d4afab2c955737ac9855 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Tue, 1 Apr 2014 15:42:09 -0700 Subject: [PATCH] Pointing to the 2.x branch in the Help menu. --- IPython/html/templates/notebook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index c9a43e7a4..00867af68 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -226,7 +226,7 @@ class="notebook_app" sections = ( ( ("http://ipython.org/documentation.html","IPython Help",True), - ("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/Index.ipynb", "Notebook Help", True), + ("http://nbviewer.ipython.org/github/ipython/ipython/tree/2.x/examples/Index.ipynb", "Notebook Help", True), ),( ("http://docs.python.org","Python",True), ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),