Browse Source

Update link in notebook tutorial

Steven Silvester 8 years ago
parent
commit
3b994df8ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorial/notebook.md

+ 1 - 1
tutorial/notebook.md

@@ -187,7 +187,7 @@ function activate(lab: JupyterLab, registry: IDocumentRegistry) {
 ```
 
 Then add this extension to the JupyterLab extensions list in the
-[`index.js` file](../examples/lab/index.js) and relaunch JupyterLab:
+[`index.js` file](../examples/app/index.js) and relaunch JupyterLab:
 
 ```typescript
     require('jupyterlab/lib/mybutton/plugin').widgetExtension,