diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html
index e3bd903..77f9d5a 100644
--- a/IPython/html/templates/notebook.html
+++ b/IPython/html/templates/notebook.html
@@ -248,7 +248,7 @@ data-notebook-path="{{notebook_path}}"
{% set
sections = (
(
- ("http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Notebook/Index.ipynb", "Notebook Help", True),
+ ("http://nbviewer.ipython.org/github/ipython/ipython/blob/3.x/examples/Notebook/Index.ipynb", "Notebook Help", True),
("https://help.github.com/articles/markdown-basics/","Markdown",True),
),
)