diff --git a/IPython/frontend/html/notebook/static/js/notebooklist.js b/IPython/frontend/html/notebook/static/js/notebooklist.js index a47a2b6..50dd96a 100644 --- a/IPython/frontend/html/notebook/static/js/notebooklist.js +++ b/IPython/frontend/html/notebook/static/js/notebooklist.js @@ -112,7 +112,7 @@ var IPython = (function (IPython) { var new_item_name = $('').addClass('item_name'); new_item_name.append( $(''). - attr('href', $('body').data('baseProjectURL')+notebook_id). + attr('href', $('body').data('baseProjectUrl')+notebook_id). attr('target','_blank'). text(nbname) );