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),