Skip to content

Commit

Permalink
Point to Jupyter docs landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Jun 18, 2019
1 parent 5f8ca1c commit e88f324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/help-extension/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const RESOURCES = [
url: 'https://jupyterlab.readthedocs.io/en/stable/'
},
{
text: 'Notebook Reference',
url: 'https://jupyter-notebook.readthedocs.io/en/latest/'
text: 'Jupyter Documentation',
url: 'https://jupyter.org/documentation'
},
{
text: 'Markdown Reference',
Expand Down Expand Up @@ -242,7 +242,7 @@ function activate(
body,
buttons: [
Dialog.createButton({
label: 'DISMISS',
label: 'Dismiss',
className: 'jp-About-button jp-mod-reject jp-mod-styled'
})
]
Expand Down Expand Up @@ -335,7 +335,7 @@ function activate(
body,
buttons: [
Dialog.createButton({
label: 'DISMISS',
label: 'Dismiss',
className: 'jp-About-button jp-mod-reject jp-mod-styled'
})
]
Expand Down

0 comments on commit e88f324

Please sign in to comment.